Skip to content

Commit

Permalink
added schema:rangeIncludes for properties from common.ttl
Browse files Browse the repository at this point in the history
  • Loading branch information
Nataliya Keberle committed Dec 5, 2024
1 parent 9fc90b5 commit f16add2
Show file tree
Hide file tree
Showing 16 changed files with 120 additions and 112 deletions.
4 changes: 2 additions & 2 deletions citygml-owl/CityOWL/appearance.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -306,8 +306,8 @@ app:wrapMode a owl:DatatypeProperty ;
skos:definition "Specifies the behaviour of the texture when the texture is smaller than the surface to which it is applied."@en .

<https://www.opengis.net/ont/citygml/common/mimeType> rdfs:label "mimeType"@en ;
rdfs:range core:MimeTypeValue ;
skos:definition "Specifies the MIME type of the external point cloud file."@en .
skos:definition "Specifies the MIME type of the external point cloud file."@en ;
schema:rangeIncludes core:MimeTypeValue .

<https://www.opengis.net/ont/citygml/common/referencePoint> skos:definition "Relates to the 2D Point geometry that represents the center of the upper left image pixel in world space."@en ;
schema:domainIncludes app:GeoreferencedTexture ;
Expand Down
12 changes: 6 additions & 6 deletions citygml-owl/CityOWL/bridge.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -287,12 +287,12 @@ brid:BridgeRoom a owl:Class ;
core:AbstractUnoccupiedSpace .

<https://www.opengis.net/ont/citygml/common/function> rdfs:label "function"@en ;
rdfs:range brid:BridgeConstructiveElementFunctionValue ;
skos:definition "Specifies the intended purposes of the BridgeConstructiveElement."@en .
skos:definition "Specifies the intended purposes of the BridgeConstructiveElement."@en ;
schema:rangeIncludes brid:BridgeConstructiveElementFunctionValue .

<https://www.opengis.net/ont/citygml/common/usage> rdfs:label "usage"@en ;
rdfs:range brid:BridgeConstructiveElementUsageValue ;
skos:definition "Specifies the actual uses of the BridgeConstructiveElement."@en .
skos:definition "Specifies the actual uses of the BridgeConstructiveElement."@en ;
schema:rangeIncludes brid:BridgeConstructiveElementUsageValue .

brid:AbstractBridge a owl:Class ;
rdfs:label "AbstractBridge"@en ;
Expand Down Expand Up @@ -345,8 +345,8 @@ brid:BridgeConstructiveElementUsageValue a owl:Class ;
skos:definition "BridgeConstructiveElementUsageValue is a code list that enumerates the different uses of a BridgeConstructiveElement."@en .

<https://www.opengis.net/ont/citygml/common/class> rdfs:label "class"@en ;
rdfs:range brid:BridgeConstructiveElementClassValue ;
skos:definition "Indicates the specific type of the BridgeConstructiveElement."@en .
skos:definition "Indicates the specific type of the BridgeConstructiveElement."@en ;
schema:rangeIncludes brid:BridgeConstructiveElementClassValue .

brid:BridgeConstructiveElementClassValue a owl:Class ;
rdfs:label "BridgeConstructiveElementClassValue"@en ;
Expand Down
32 changes: 16 additions & 16 deletions citygml-owl/CityOWL/building.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,8 @@ bldg:storey a owl:ObjectProperty ;
skos:definition "Relates to the storeys on which the BuildingUnit is located."@en .

<https://www.opengis.net/ont/citygml/common/elevation> rdfs:label "elevation"@en ;
rdfs:range con:Elevation ;
skos:definition "Specifies qualified elevations of the building subdivision in relation to a well-defined surface which is commonly taken as origin (e.g. geoid or water level). [cf. INSPIRE]"@en .
skos:definition "Specifies qualified elevations of the building subdivision in relation to a well-defined surface which is commonly taken as origin (e.g. geoid or water level). [cf. INSPIRE]"@en ;
schema:rangeIncludes con:Elevation .

bldg:RoomHeight a owl:Class ;
rdfs:label "RoomHeight"@en ;
Expand Down Expand Up @@ -325,20 +325,20 @@ bldg:storeysBelowGround a owl:DatatypeProperty ;
schema:rangeIncludes bldg:BuildingRoom .

<https://www.opengis.net/ont/citygml/common/highReference> rdfs:label "highReference"@en ;
rdfs:range bldg:RoomElevationReferenceValue ;
skos:definition "Indicates the high point used to calculate the value of the room height."@en .
skos:definition "Indicates the high point used to calculate the value of the room height."@en ;
schema:rangeIncludes bldg:RoomElevationReferenceValue .

<https://www.opengis.net/ont/citygml/common/lowReference> rdfs:label "lowReference"@en ;
rdfs:range bldg:RoomElevationReferenceValue ;
skos:definition "Indicates the low point used to calculate the value of the room height."@en .
skos:definition "Indicates the low point used to calculate the value of the room height."@en ;
schema:rangeIncludes bldg:RoomElevationReferenceValue .

<https://www.opengis.net/ont/citygml/common/status> rdfs:label "status"@en ;
rdfs:range con:HeightStatusValue ;
skos:definition "Indicates the way the room height has been captured."@en .
skos:definition "Indicates the way the room height has been captured."@en ;
schema:rangeIncludes con:HeightStatusValue .

<https://www.opengis.net/ont/citygml/common/value> rdfs:label "value"@en ;
rdfs:range sc:Measure ;
skos:definition "Specifies the value of the room height."@en .
skos:definition "Specifies the value of the room height."@en ;
schema:rangeIncludes sc:Measure .

bldg:BuildingConstructiveElement a owl:Class ;
rdfs:label "BuildingConstructiveElement"@en ;
Expand Down Expand Up @@ -467,12 +467,12 @@ bldg:BuildingRoom a owl:Class ;
core:AbstractUnoccupiedSpace .

<https://www.opengis.net/ont/citygml/common/function> rdfs:label "function"@en ;
rdfs:range bldg:BuildingInstallationFunctionValue ;
skos:definition "Specifies the intended purposes of the BuildingInstallation."@en .
skos:definition "Specifies the intended purposes of the BuildingInstallation."@en ;
schema:rangeIncludes bldg:BuildingInstallationFunctionValue .

<https://www.opengis.net/ont/citygml/common/usage> rdfs:label "usage"@en ;
rdfs:range bldg:BuildingInstallationUsageValue ;
skos:definition "Specifies the actual uses of the BuildingInstallation."@en .
skos:definition "Specifies the actual uses of the BuildingInstallation."@en ;
schema:rangeIncludes bldg:BuildingInstallationUsageValue .

bldg:RoomElevationReferenceValue a owl:Class ;
rdfs:label "RoomElevationReferenceValue"@en ;
Expand Down Expand Up @@ -601,8 +601,8 @@ bldg:BuildingInstallationUsageValue a owl:Class ;
skos:definition "BuildingInstallationUsageValue is a code list that enumerates the different uses of a BuildingInstallation."@en .

<https://www.opengis.net/ont/citygml/common/class> rdfs:label "class"@en ;
rdfs:range bldg:BuildingInstallationClassValue ;
skos:definition "Indicates the specific type of the BuildingInstallation."@en .
skos:definition "Indicates the specific type of the BuildingInstallation."@en ;
schema:rangeIncludes bldg:BuildingInstallationClassValue .

bldg:BuildingInstallationClassValue a owl:Class ;
rdfs:label "BuildingInstallationClassValue"@en ;
Expand Down
13 changes: 7 additions & 6 deletions citygml-owl/CityOWL/cityfurniture.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
@prefix frncode: <https://www.opengis.net/ont/citygml/cityfurniture/code/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <https://schema.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

Expand Down Expand Up @@ -48,16 +49,16 @@ frncode:CityFurnitureUsageValue a skos:ConceptScheme ;
skos:definition "CityFurnitureUsageValue is a code list that enumerates the different uses of a CityFurniture."@en .

<https://www.opengis.net/ont/citygml/common/function> rdfs:label "function"@en ;
rdfs:range frn:CityFurnitureFunctionValue ;
skos:definition "Specifies the intended purposes of the CityFurniture."@en .
skos:definition "Specifies the intended purposes of the CityFurniture."@en ;
schema:rangeIncludes frn:CityFurnitureFunctionValue .

<https://www.opengis.net/ont/citygml/common/usage> rdfs:label "usage"@en ;
rdfs:range frn:CityFurnitureUsageValue ;
skos:definition "Specifies the actual uses of the CityFurniture."@en .
skos:definition "Specifies the actual uses of the CityFurniture."@en ;
schema:rangeIncludes frn:CityFurnitureUsageValue .

<https://www.opengis.net/ont/citygml/common/class> rdfs:label "class"@en ;
rdfs:range frn:CityFurnitureClassValue ;
skos:definition "Indicates the specific type of the CityFurniture."@en .
skos:definition "Indicates the specific type of the CityFurniture."@en ;
schema:rangeIncludes frn:CityFurnitureClassValue .

frn:CityFurnitureFunctionValue a owl:Class ;
rdfs:label "CityFurnitureFunctionValue"@en ;
Expand Down
12 changes: 6 additions & 6 deletions citygml-owl/CityOWL/cityobjectgroup.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ grpcode:CityObjectGroupUsageValue a skos:ConceptScheme ;
skos:definition "CityObjectGroupUsageValue is a code list that enumerates the different uses of a CityObjectGroup."@en .

<https://www.opengis.net/ont/citygml/common/function> rdfs:label "function"@en ;
rdfs:range grp:CityObjectGroupFunctionValue ;
skos:definition "Specifies the intended purposes of the CityObjectGroup."@en .
skos:definition "Specifies the intended purposes of the CityObjectGroup."@en ;
schema:rangeIncludes grp:CityObjectGroupFunctionValue .

<https://www.opengis.net/ont/citygml/common/usage> rdfs:label "usage"@en ;
rdfs:range grp:CityObjectGroupUsageValue ;
skos:definition "Specifies the actual usages of the CityObjectGroup."@en .
skos:definition "Specifies the actual usages of the CityObjectGroup."@en ;
schema:rangeIncludes grp:CityObjectGroupUsageValue .

grp:CityObjectGroup a owl:Class ;
rdfs:label "CityObjectGroup"@en ;
Expand Down Expand Up @@ -78,8 +78,8 @@ grp:role a owl:DatatypeProperty ;
skos:definition "Describes the role the city object plays within the CityObjectGroup."@en .

<https://www.opengis.net/ont/citygml/common/class> rdfs:label "class"@en ;
rdfs:range grp:CityObjectGroupClassValue ;
skos:definition "Indicates the specific type of the CityObjectGroup."@en .
skos:definition "Indicates the specific type of the CityObjectGroup."@en ;
schema:rangeIncludes grp:CityObjectGroupClassValue .

grp:CityObjectGroupFunctionValue a owl:Class ;
rdfs:label "CityObjectGroupFunctionValue"@en ;
Expand Down
40 changes: 20 additions & 20 deletions citygml-owl/CityOWL/construction.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,12 @@ concode:WindowUsageValue a skos:ConceptScheme ;
skos:definition "WindowUsageValue is a code list that enumerates the different uses of a Window."@en .

<https://www.opengis.net/ont/citygml/common/elevation> rdfs:label "elevation"@en ;
rdfs:range con:Elevation ;
skos:definition "Specifies qualified elevations of the construction in relation to a well-defined surface which is commonly taken as origin (e.g. geoid or water level). [cf. INSPIRE]"@en .
skos:definition "Specifies qualified elevations of the construction in relation to a well-defined surface which is commonly taken as origin (e.g. geoid or water level). [cf. INSPIRE]"@en ;
schema:rangeIncludes con:Elevation .

<https://www.opengis.net/ont/citygml/common/occupancy> rdfs:label "occupancy"@en ;
rdfs:range core:Occupancy ;
skos:definition "Provides qualified information on the residency of persons, animals, or other moveable objects in the construction."@en .
skos:definition "Provides qualified information on the residency of persons, animals, or other moveable objects in the construction."@en ;
schema:rangeIncludes core:Occupancy .

con:AbstractInstallation a owl:Class ;
rdfs:label "AbstractInstallation"@en ;
Expand Down Expand Up @@ -219,24 +219,24 @@ con:height a owl:ObjectProperty ;
schema:rangeIncludes core:Address .

<https://www.opengis.net/ont/citygml/common/description> rdfs:label "description"@en ;
rdfs:range xsd:string ;
skos:definition "Provides additional information on the event."@en .
skos:definition "Provides additional information on the event."@en ;
schema:rangeIncludes xsd:string .

<https://www.opengis.net/ont/citygml/common/highReference> rdfs:label "highReference"@en ;
rdfs:range con:ElevationReferenceValue ;
skos:definition "Indicates the high point used to calculate the value of the height. [cf. INSPIRE]"@en .
skos:definition "Indicates the high point used to calculate the value of the height. [cf. INSPIRE]"@en ;
schema:rangeIncludes con:ElevationReferenceValue .

<https://www.opengis.net/ont/citygml/common/lowReference> rdfs:label "lowReference"@en ;
rdfs:range con:ElevationReferenceValue ;
skos:definition "Indicates the low point used to calculate the value of the height. [cf. INSPIRE]"@en .
skos:definition "Indicates the low point used to calculate the value of the height. [cf. INSPIRE]"@en ;
schema:rangeIncludes con:ElevationReferenceValue .

<https://www.opengis.net/ont/citygml/common/status> rdfs:label "status"@en ;
rdfs:range con:HeightStatusValue ;
skos:definition "Indicates the way the height has been captured. [cf. INSPIRE]"@en .
skos:definition "Indicates the way the height has been captured. [cf. INSPIRE]"@en ;
schema:rangeIncludes con:HeightStatusValue .

<https://www.opengis.net/ont/citygml/common/value> rdfs:label "value"@en ;
rdfs:range sc:Measure ;
skos:definition "Specifies the value of the height above or below ground. [cf. INSPIRE]"@en .
skos:definition "Specifies the value of the height above or below ground. [cf. INSPIRE]"@en ;
schema:rangeIncludes sc:Measure .

con:AbstractConstruction a owl:Class ;
rdfs:label "AbstractConstruction"@en ;
Expand Down Expand Up @@ -462,12 +462,12 @@ con:relationToConstruction a owl:DatatypeProperty ;
skos:definition "Indicates whether the installation is located inside and/or outside of the construction."@en .

<https://www.opengis.net/ont/citygml/common/function> rdfs:label "function"@en ;
rdfs:range con:DoorFunctionValue ;
skos:definition "Specifies the intended purposes of the Door."@en .
skos:definition "Specifies the intended purposes of the Door."@en ;
schema:rangeIncludes con:DoorFunctionValue .

<https://www.opengis.net/ont/citygml/common/usage> rdfs:label "usage"@en ;
rdfs:range con:DoorUsageValue ;
skos:definition "Specifies the actual uses of the Door."@en .
skos:definition "Specifies the actual uses of the Door."@en ;
schema:rangeIncludes con:DoorUsageValue .

con:ConditionOfConstructionValue a rdfs:Datatype ;
rdfs:label "ConditionOfConstructionValue"@en ;
Expand Down Expand Up @@ -539,8 +539,8 @@ con:DoorUsageValue a owl:Class ;
skos:definition "DoorUsageValue is a code list that enumerates the different uses of a Door."@en .

<https://www.opengis.net/ont/citygml/common/class> rdfs:label "class"@en ;
rdfs:range con:DoorClassValue ;
skos:definition "Indicates the specific type of the Door."@en .
skos:definition "Indicates the specific type of the Door."@en ;
schema:rangeIncludes con:DoorClassValue .

con:DoorClassValue a owl:Class ;
rdfs:label "DoorClassValue"@en ;
Expand Down
16 changes: 8 additions & 8 deletions citygml-owl/CityOWL/core.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,8 @@ corecode:TopologicalRelationTypeValue a skos:ConceptScheme ;
schema:rangeIncludes core:AbstractSpaceBoundary .

<https://www.opengis.net/ont/citygml/common/name> rdfs:label "name"@en ;
rdfs:range xsd:Name ;
skos:definition "Specifies the name of the feature."@en .
skos:definition "Specifies the name of the feature."@en ;
schema:rangeIncludes xsd:Name .

core:AbstractUnoccupiedSpace a owl:Class ;
rdfs:label "AbstractUnoccupiedSpace"@en ;
Expand Down Expand Up @@ -271,8 +271,8 @@ core:generalizesTo a owl:ObjectProperty ;
schema:rangeIncludes core:AbstractAppearance .

<https://www.opengis.net/ont/citygml/common/description> rdfs:label "description"@en ;
rdfs:range xsd:string ;
skos:definition "Provides further information on the feature."@en .
skos:definition "Provides further information on the feature."@en ;
schema:rangeIncludes xsd:string .

<https://www.opengis.net/ont/citygml/common/genericAttribute> skos:definition "Relates generic attributes to the CityObjectRelation."@en,
"Relates generic attributes to the city object."@en ;
Expand All @@ -281,8 +281,8 @@ core:generalizesTo a owl:ObjectProperty ;
schema:rangeIncludes core:AbstractGenericAttribute .

<https://www.opengis.net/ont/citygml/common/mimeType> rdfs:label "mimeType"@en ;
rdfs:range core:MimeTypeValue ;
skos:definition "Specifies the MIME type of the external file that stores the prototypical geometry."@en .
skos:definition "Specifies the MIME type of the external file that stores the prototypical geometry."@en ;
schema:rangeIncludes core:MimeTypeValue .

<https://www.opengis.net/ont/citygml/common/referencePoint> skos:definition "Relates to a 3D Point geometry that represents the base point of the object in the world coordinate system."@en ;
schema:domainIncludes core:ImplicitGeometry ;
Expand Down Expand Up @@ -632,8 +632,8 @@ core:xalAddress a owl:ObjectProperty ;
core:CityObjectRelation .

<https://www.opengis.net/ont/citygml/common/value> rdfs:label "value"@en ;
rdfs:range xsd:double ;
skos:definition "Specifies the double value."@en .
skos:definition "Specifies the double value."@en ;
schema:rangeIncludes xsd:double .

core:AbstractDynamizer a owl:Class ;
rdfs:label "AbstractDynamizer"@en ;
Expand Down
5 changes: 3 additions & 2 deletions citygml-owl/CityOWL/dynamizer.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <https://schema.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix time: <http://www.w3.org/2006/time#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
Expand Down Expand Up @@ -550,8 +551,8 @@ dyn:TimeValuePair a owl:Class ;
skos:definition "A TimeValuePair represents a value that is valid for a given timepoint. For each TimeValuePair, only one of the value properties can be used mutually exclusive. Which value property has to be provided depends on the selected value type in the GenericTimeSeries feature, in which the TimeValuePair is included."@en .

<https://www.opengis.net/ont/citygml/common/mimeType> rdfs:label "mimeType"@en ;
rdfs:range core:MimeTypeValue ;
skos:definition "Specifies the MIME type of the external timeseries file."@en .
skos:definition "Specifies the MIME type of the external timeseries file."@en ;
schema:rangeIncludes core:MimeTypeValue .

dyn:AuthenticationTypeValue a owl:Class ;
rdfs:label "AuthenticationTypeValue"@en ;
Expand Down
20 changes: 10 additions & 10 deletions citygml-owl/CityOWL/generics.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -358,12 +358,12 @@ gen:codeSpace a owl:DatatypeProperty ;
skos:definition "Associates the GenericAttributeSet with an authority that maintains the collection of generic attributes."@en .

<https://www.opengis.net/ont/citygml/common/function> rdfs:label "function"@en ;
rdfs:range gen:GenericUnoccupiedSpaceFunctionValue ;
skos:definition "Specifies the intended purposes of the GenericUnoccupiedSpace."@en .
skos:definition "Specifies the intended purposes of the GenericUnoccupiedSpace."@en ;
schema:rangeIncludes gen:GenericUnoccupiedSpaceFunctionValue .

<https://www.opengis.net/ont/citygml/common/usage> rdfs:label "usage"@en ;
rdfs:range gen:GenericUnoccupiedSpaceUsageValue ;
skos:definition "Specifies the actual uses of the GenericUnoccupiedSpace."@en .
skos:definition "Specifies the actual uses of the GenericUnoccupiedSpace."@en ;
schema:rangeIncludes gen:GenericUnoccupiedSpaceUsageValue .

gen:GenericUnoccupiedSpaceFunctionValue a owl:Class ;
rdfs:label "GenericUnoccupiedSpaceFunctionValue"@en ;
Expand All @@ -376,19 +376,19 @@ gen:GenericUnoccupiedSpaceUsageValue a owl:Class ;
skos:definition "GenericUnoccupiedSpaceUsageValue is a code list that enumerates the different uses of a GenericUnoccupiedSpace."@en .

<https://www.opengis.net/ont/citygml/common/class> rdfs:label "class"@en ;
rdfs:range gen:GenericUnoccupiedSpaceClassValue ;
skos:definition "Indicates the specific type of the GenericUnoccupiedSpace."@en .
skos:definition "Indicates the specific type of the GenericUnoccupiedSpace."@en ;
schema:rangeIncludes gen:GenericUnoccupiedSpaceClassValue .

gen:GenericUnoccupiedSpaceClassValue a owl:Class ;
rdfs:label "GenericUnoccupiedSpaceClassValue"@en ;
rdfs:subClassOf skos:Concept ;
skos:definition "GenericUnoccupiedSpaceClassValue is a code list used to further classify a GenericUnoccupiedSpace."@en .

<https://www.opengis.net/ont/citygml/common/value> rdfs:label "value"@en ;
rdfs:range xsd:double ;
skos:definition "Specifies the \"Double\" value."@en .
skos:definition "Specifies the \"Double\" value."@en ;
schema:rangeIncludes xsd:double .

<https://www.opengis.net/ont/citygml/common/name> rdfs:label "name"@en ;
rdfs:range xsd:string ;
skos:definition "Specifies the name of the DoubleAttribute."@en .
skos:definition "Specifies the name of the DoubleAttribute."@en ;
schema:rangeIncludes xsd:string .

Loading

0 comments on commit f16add2

Please sign in to comment.