Hat Anfragetext: |
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
BASE <https://raw.githubusercontent.com/FraunhoferIOSB/KERES/main/keres.owl#>
SELECT DISTINCT
?RouteCard
?Institution
?InstitutionShortName
?InstitutionLogo
?Created
?LastUpdated
?Creator
?CreatorName
?ProtectionLevel
?Municipality
?MunicipalityShortName
?ObjectOrBuilding
?ObjectOrBuildingShortName
?BuildingPart
?BuildingPartShortName
?Storey
?StoreyShortName
?Room
?RoomShortName
?Object
?ObjectShortDescription
?ObjectView
?EmergencyNumber
?InventoryNumber
?Persons
?Weight
?Extent
?ExtentX
?ExtentY
?ExtentZ
?HeightAboveGround
?InterimStorage
?PlaceOfDelivery
?WDH0
?WDH0Icon
?WDH0Text
?WDH1
?WDH1Icon
?WDH1Text
?WDH2
?WDH2Icon
?WDH2Text
?WDH3
?WDH3Icon
?WDH3Text
?TypeOfTransport0
?TypeOfTransport0Icon
?TypeOfTransport0Text
?TypeOfTransport1
?TypeOfTransport1Icon
?TypeOfTransport1Text
?SitePlan
?SitePlanDisplayName
?SitePlanURI
?ObjectPlan
?ObjectPlanDisplayName
?ObjectPlanURI
?Attachment0
?Attachment0Name
?Attachment0URI
?Attachment1
?Attachment1Name
?Attachment1URI
?Attachment2
?Attachment2Name
?Attachment2URI
?Attachment3
?Attachment3Name
?Attachment3URI
?Attachment4
?Attachment4Name
?Attachment4URI
WHERE {
?RouteCard <RouteCard_isKeptBy_Stakeholder> ?Institution .
OPTIONAL { ?Institution <Stakeholder_hasNameAbbreviation_name> ?InstitutionShortName } .
OPTIONAL { ?Institution <Stakeholder_usesLogo_imageURI> ?InstitutionLogo } .
?RouteCard <RouteCard_wasCreatedAt_pointInTime> ?Created .
?RouteCard <RouteCard_wasLastUpdatedAt_pointInTime> ?LastUpdated .
?RouteCard <RouteCard_wasCreatedBy_Person> ?Creator .
?Creator rdfs:label ?CreatorName .
?RouteCard <RouteCard_hasImportanceLevel_level> ?ProtectionLevel .
?RouteCard <RouteCard_refersToMunicipality_ROI> ?Municipality .
OPTIONAL { ?Municipality <ROI_hasShortName_name> ?MunicipalityShortName } .
?RouteCard <RouteCard_refersToObjectOrBuilding_ROI> ?ObjectOrBuilding .
OPTIONAL { ?ObjectOrBuilding <ROI_hasShortName_name> ?ObjectOrBuildingShortName } .
?RouteCard <RouteCard_refersToBuildingPart_ROI> ?BuildingPart .
OPTIONAL { ?BuildingPart <ROI_hasShortName_name> ?BuildingPartShortName } .
?RouteCard <RouteCard_refersToStorey_ROI> ?Storey .
OPTIONAL { ?Storey <ROI_hasShortName_name> ?StoreyShortName } .
?RouteCard <RouteCard_refersToRoom_ROI> ?Room .
OPTIONAL { ?Room <ROI_hasShortName_name> ?RoomShortName } .
?RouteCard <RouteCard_isForSalvaging_RouteCardObject> ?Object .
?Object <RouteCardObject_hasShortDescription_description> ?ObjectShortDescription .
?Object <RouteCardObject_hasView_imageURI> ?ObjectView .
?Object <RouteCardObject_requiresPersonsForSalvage_count> ?Persons .
?Object <RouteCardObject_hasWeight_weight> ?Weight .
OPTIONAL { ?Object <RouteCardObject_hasExtent_SpatialCoordinates> ?Extent } .
OPTIONAL { ?Extent <SpatialCoordinates_hasCoordinateX_coordinate> ?ExtentX } .
OPTIONAL { ?Extent <SpatialCoordinates_hasCoordinateY_coordinate> ?ExtentY } .
OPTIONAL { ?Extent <SpatialCoordinates_hasCoordinateZ_coordinate> ?ExtentZ } .
?Object <RouteCardObject_hasHeightAboveGround_height> ?HeightAboveGround .
?Object <RouteCardObject_hasInterimStorage_name> ?InterimStorage .
?Object <RouteCardObject_hasPlaceOfDelivery_description> ?PlaceOfDelivery .
OPTIONAL {
?Object <RouteCardObject_hasNoteOnExecution0_RouteCardNote> ?WDH0
OPTIONAL { ?WDH0 <RouteCardInstruction_usesIcon_imageURI> ?WDH0Icon } .
OPTIONAL { ?WDH0 <RouteCardNote_hasInstructionText_text> ?WDH0Text } .
} .
OPTIONAL {
?Object <RouteCardObject_hasNoteOnExecution1_RouteCardNote> ?WDH1
OPTIONAL { ?WDH1 <RouteCardInstruction_usesIcon_imageURI> ?WDH1Icon } .
OPTIONAL { ?WDH1 <RouteCardNote_hasInstructionText_text> ?WDH1Text } .
} .
OPTIONAL {
?Object <RouteCardObject_hasNoteOnExecution2_RouteCardNote> ?WDH2
OPTIONAL { ?WDH2 <RouteCardInstruction_usesIcon_imageURI> ?WDH2Icon } .
OPTIONAL { ?WDH2 <RouteCardNote_hasInstructionText_text> ?WDH2Text } .
} .
OPTIONAL {
?Object <RouteCardObject_hasNoteOnExecution3_RouteCardNote> ?WDH3
OPTIONAL { ?WDH3 <RouteCardInstruction_usesIcon_imageURI> ?WDH3Icon } .
OPTIONAL { ?WDH3 <RouteCardNote_hasInstructionText_text> ?WDH3Text } .
} .
OPTIONAL {
?Object <RouteCardObject_hasTypeOfTransport0_RouteCardNote> ?TypeOfTransport0
OPTIONAL { ?TypeOfTransport0 <RouteCardInstruction_usesIcon_imageURI> ?TypeOfTransport0Icon } .
OPTIONAL { ?TypeOfTransport0 <RouteCardNote_hasInstructionText_text> ?TypeOfTransport0Text } .
} .
OPTIONAL {
?Object <RouteCardObject_hasTypeOfTransport1_RouteCardNote> ?TypeOfTransport1
OPTIONAL { ?TypeOfTransport1 <RouteCardInstruction_usesIcon_imageURI> ?TypeOfTransport1Icon } .
OPTIONAL { ?TypeOfTransport1 <RouteCardNote_hasInstructionText_text> ?TypeOfTransport1Text } .
} .
?Object <RouteCardObject_hasEmergencyNumber_uniqueId> ?EmergencyNumber .
?Object <RouteCardObject_hasInventoryNumber_uniqueId> ?InventoryNumber .
?RouteCard <RouteCard_hasSitePlan_ExternalResource> ?SitePlan .
?SitePlan <ExternalResource_hasDisplayName_name> ?SitePlanDisplayName .
?SitePlan <ExternalResource_hasResourceURI_uri> ?SitePlanURI .
?RouteCard <RouteCard_hasLocationPlan_ExternalResource> ?ObjectPlan .
?ObjectPlan <ExternalResource_hasDisplayName_name> ?ObjectPlanDisplayName .
?ObjectPlan <ExternalResource_hasResourceURI_uri> ?ObjectPlanURI .
OPTIONAL {
?RouteCard <RouteCard_hasAttachment0_ExternalResource> ?Attachment0
OPTIONAL { ?Attachment0 <ExternalResource_hasDisplayName_name> ?Attachment0Name } .
OPTIONAL { ?Attachment0 <ExternalResource_hasResourceURI_uri> ?Attachment0URI } .
} .
OPTIONAL {
?RouteCard <RouteCard_hasAttachment1_ExternalResource> ?Attachment1
OPTIONAL { ?Attachment1 <ExternalResource_hasDisplayName_name> ?Attachment1Name } .
OPTIONAL { ?Attachment1 <ExternalResource_hasResourceURI_uri> ?Attachment1URI } .
} .
OPTIONAL {
?RouteCard <RouteCard_hasAttachment2_ExternalResource> ?Attachment2
OPTIONAL { ?Attachment2 <ExternalResource_hasDisplayName_name> ?Attachment2Name } .
OPTIONAL { ?Attachment2 <ExternalResource_hasResourceURI_uri> ?Attachment2URI } .
} .
OPTIONAL {
?RouteCard <RouteCard_hasAttachment3_ExternalResource> ?Attachment3
OPTIONAL { ?Attachment3 <ExternalResource_hasDisplayName_name> ?Attachment3Name } .
OPTIONAL { ?Attachment3 <ExternalResource_hasResourceURI_uri> ?Attachment3URI } .
} .
OPTIONAL {
?RouteCard <RouteCard_hasAttachment4_ExternalResource> ?Attachment4
OPTIONAL { ?Attachment4 <ExternalResource_hasDisplayName_name> ?Attachment4Name } .
OPTIONAL { ?Attachment4 <ExternalResource_hasResourceURI_uri> ?Attachment4URI } .
} .
}
ORDER BY ASC(?RouteCard) |