@prefix : <https://dtc-ontology.cms.ed.tum.de/infraspatialot#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <https://dtc-ontology.cms.ed.tum.de/infraspatialot#> .

<https://dtc-ontology.cms.ed.tum.de/infraspatialot> rdf:type owl:Ontology ;
                                                     owl:versionIRI <https://dtc-ontology.cms.ed.tum.de/infraspatialot/1.0.0> ;
                                                     <http://purl.org/dc/elements/1.1/contributor> "" ;
                                                     <http://purl.org/dc/terms/creator> "Ina Heise" ;
                                                     <http://purl.org/dc/terms/license> "https://creativecommons.org/licenses/by/4.0/deed.en" ;
                                                     rdfs:comment "Captures spatial relatioships in a roadinfrastructure system" ;
                                                     rdfs:label "Road Infrastructure Ontology" .

#################################################################
#    Annotation properties
#################################################################

###  http://purl.org/dc/dcam/domainIncludes
<http://purl.org/dc/dcam/domainIncludes> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/dcam/rangeIncludes
<http://purl.org/dc/dcam/rangeIncludes> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/elements/1.1/contributor
<http://purl.org/dc/elements/1.1/contributor> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/elements/1.1/coverage
<http://purl.org/dc/elements/1.1/coverage> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/elements/1.1/creator
<http://purl.org/dc/elements/1.1/creator> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/elements/1.1/date
<http://purl.org/dc/elements/1.1/date> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/elements/1.1/description
<http://purl.org/dc/elements/1.1/description> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/elements/1.1/format
<http://purl.org/dc/elements/1.1/format> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/elements/1.1/identifier
<http://purl.org/dc/elements/1.1/identifier> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/elements/1.1/language
<http://purl.org/dc/elements/1.1/language> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/elements/1.1/publisher
<http://purl.org/dc/elements/1.1/publisher> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/elements/1.1/relation
<http://purl.org/dc/elements/1.1/relation> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/elements/1.1/rights
<http://purl.org/dc/elements/1.1/rights> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/elements/1.1/source
<http://purl.org/dc/elements/1.1/source> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/elements/1.1/subject
<http://purl.org/dc/elements/1.1/subject> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/elements/1.1/title
<http://purl.org/dc/elements/1.1/title> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/elements/1.1/type
<http://purl.org/dc/elements/1.1/type> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/abstract
<http://purl.org/dc/terms/abstract> rdf:type owl:AnnotationProperty ;
                                    rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/description> ,
                                                       <http://purl.org/dc/terms/description> .


###  http://purl.org/dc/terms/accessRights
<http://purl.org/dc/terms/accessRights> rdf:type owl:AnnotationProperty ;
                                        rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/rights> ,
                                                           <http://purl.org/dc/terms/rights> .


###  http://purl.org/dc/terms/accrualMethod
<http://purl.org/dc/terms/accrualMethod> rdf:type owl:AnnotationProperty ;
                                         rdfs:domain <http://purl.org/dc/dcmitype/Collection> .


###  http://purl.org/dc/terms/accrualPeriodicity
<http://purl.org/dc/terms/accrualPeriodicity> rdf:type owl:AnnotationProperty ;
                                              rdfs:domain <http://purl.org/dc/dcmitype/Collection> .


###  http://purl.org/dc/terms/accrualPolicy
<http://purl.org/dc/terms/accrualPolicy> rdf:type owl:AnnotationProperty ;
                                         rdfs:domain <http://purl.org/dc/dcmitype/Collection> .


###  http://purl.org/dc/terms/alternative
<http://purl.org/dc/terms/alternative> rdf:type owl:AnnotationProperty ;
                                       rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/title> .


###  http://purl.org/dc/terms/audience
<http://purl.org/dc/terms/audience> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/available
<http://purl.org/dc/terms/available> rdf:type owl:AnnotationProperty ;
                                     rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/date> .


###  http://purl.org/dc/terms/bibliographicCitation
<http://purl.org/dc/terms/bibliographicCitation> rdf:type owl:AnnotationProperty ;
                                                 rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/identifier> .


###  http://purl.org/dc/terms/conformsTo
<http://purl.org/dc/terms/conformsTo> rdf:type owl:AnnotationProperty ;
                                      rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/relation> ,
                                                         <http://purl.org/dc/terms/relation> .


###  http://purl.org/dc/terms/contributor
<http://purl.org/dc/terms/contributor> rdf:type owl:AnnotationProperty ;
                                       rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/contributor> .


###  http://purl.org/dc/terms/coverage
<http://purl.org/dc/terms/coverage> rdf:type owl:AnnotationProperty ;
                                    rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/coverage> .


###  http://purl.org/dc/terms/created
<http://purl.org/dc/terms/created> rdf:type owl:AnnotationProperty ;
                                   rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/date> .


###  http://purl.org/dc/terms/creator
<http://purl.org/dc/terms/creator> rdf:type owl:AnnotationProperty ;
                                   rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/creator> ,
                                                      <http://purl.org/dc/terms/contributor> .


###  http://purl.org/dc/terms/date
<http://purl.org/dc/terms/date> rdf:type owl:AnnotationProperty ;
                                rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/date> .


###  http://purl.org/dc/terms/dateAccepted
<http://purl.org/dc/terms/dateAccepted> rdf:type owl:AnnotationProperty ;
                                        rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/date> .


###  http://purl.org/dc/terms/dateCopyrighted
<http://purl.org/dc/terms/dateCopyrighted> rdf:type owl:AnnotationProperty ;
                                           rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/date> .


###  http://purl.org/dc/terms/dateSubmitted
<http://purl.org/dc/terms/dateSubmitted> rdf:type owl:AnnotationProperty ;
                                         rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/date> .


###  http://purl.org/dc/terms/description
<http://purl.org/dc/terms/description> rdf:type owl:AnnotationProperty ;
                                       rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/description> .


###  http://purl.org/dc/terms/educationLevel
<http://purl.org/dc/terms/educationLevel> rdf:type owl:AnnotationProperty ;
                                          rdfs:subPropertyOf <http://purl.org/dc/terms/audience> .


###  http://purl.org/dc/terms/extent
<http://purl.org/dc/terms/extent> rdf:type owl:AnnotationProperty ;
                                  rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/format> ,
                                                     <http://purl.org/dc/terms/format> .


###  http://purl.org/dc/terms/format
<http://purl.org/dc/terms/format> rdf:type owl:AnnotationProperty ;
                                  rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/format> .


###  http://purl.org/dc/terms/hasFormat
<http://purl.org/dc/terms/hasFormat> rdf:type owl:AnnotationProperty ;
                                     rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/relation> ,
                                                        <http://purl.org/dc/terms/relation> .


###  http://purl.org/dc/terms/hasPart
<http://purl.org/dc/terms/hasPart> rdf:type owl:AnnotationProperty ;
                                   rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/relation> ,
                                                      <http://purl.org/dc/terms/relation> .


###  http://purl.org/dc/terms/hasVersion
<http://purl.org/dc/terms/hasVersion> rdf:type owl:AnnotationProperty ;
                                      rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/relation> ,
                                                         <http://purl.org/dc/terms/relation> .


###  http://purl.org/dc/terms/identifier
<http://purl.org/dc/terms/identifier> rdf:type owl:AnnotationProperty ;
                                      rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/identifier> .


###  http://purl.org/dc/terms/isFormatOf
<http://purl.org/dc/terms/isFormatOf> rdf:type owl:AnnotationProperty ;
                                      rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/relation> ,
                                                         <http://purl.org/dc/terms/relation> .


###  http://purl.org/dc/terms/isPartOf
<http://purl.org/dc/terms/isPartOf> rdf:type owl:AnnotationProperty ;
                                    rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/relation> ,
                                                       <http://purl.org/dc/terms/relation> .


###  http://purl.org/dc/terms/isReferencedBy
<http://purl.org/dc/terms/isReferencedBy> rdf:type owl:AnnotationProperty ;
                                          rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/relation> ,
                                                             <http://purl.org/dc/terms/relation> .


###  http://purl.org/dc/terms/isReplacedBy
<http://purl.org/dc/terms/isReplacedBy> rdf:type owl:AnnotationProperty ;
                                        rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/relation> ,
                                                           <http://purl.org/dc/terms/relation> .


###  http://purl.org/dc/terms/isRequiredBy
<http://purl.org/dc/terms/isRequiredBy> rdf:type owl:AnnotationProperty ;
                                        rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/relation> ,
                                                           <http://purl.org/dc/terms/relation> .


###  http://purl.org/dc/terms/isVersionOf
<http://purl.org/dc/terms/isVersionOf> rdf:type owl:AnnotationProperty ;
                                       rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/relation> ,
                                                          <http://purl.org/dc/terms/relation> .


###  http://purl.org/dc/terms/issued
<http://purl.org/dc/terms/issued> rdf:type owl:AnnotationProperty ;
                                  rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/date> .


###  http://purl.org/dc/terms/language
<http://purl.org/dc/terms/language> rdf:type owl:AnnotationProperty ;
                                    rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/language> .


###  http://purl.org/dc/terms/license
<http://purl.org/dc/terms/license> rdf:type owl:AnnotationProperty ;
                                   rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/rights> ,
                                                      <http://purl.org/dc/terms/rights> .


###  http://purl.org/dc/terms/mediator
<http://purl.org/dc/terms/mediator> rdf:type owl:AnnotationProperty ;
                                    rdfs:subPropertyOf <http://purl.org/dc/terms/audience> .


###  http://purl.org/dc/terms/medium
<http://purl.org/dc/terms/medium> rdf:type owl:AnnotationProperty ;
                                  rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/format> ,
                                                     <http://purl.org/dc/terms/format> .


###  http://purl.org/dc/terms/modified
<http://purl.org/dc/terms/modified> rdf:type owl:AnnotationProperty ;
                                    rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/date> .


###  http://purl.org/dc/terms/publisher
<http://purl.org/dc/terms/publisher> rdf:type owl:AnnotationProperty ;
                                     rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/publisher> .


###  http://purl.org/dc/terms/references
<http://purl.org/dc/terms/references> rdf:type owl:AnnotationProperty ;
                                      rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/relation> ,
                                                         <http://purl.org/dc/terms/relation> .


###  http://purl.org/dc/terms/relation
<http://purl.org/dc/terms/relation> rdf:type owl:AnnotationProperty ;
                                    rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/relation> .


###  http://purl.org/dc/terms/replaces
<http://purl.org/dc/terms/replaces> rdf:type owl:AnnotationProperty ;
                                    rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/relation> ,
                                                       <http://purl.org/dc/terms/relation> .


###  http://purl.org/dc/terms/requires
<http://purl.org/dc/terms/requires> rdf:type owl:AnnotationProperty ;
                                    rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/relation> ,
                                                       <http://purl.org/dc/terms/relation> .


###  http://purl.org/dc/terms/rights
<http://purl.org/dc/terms/rights> rdf:type owl:AnnotationProperty ;
                                  rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/rights> .


###  http://purl.org/dc/terms/source
<http://purl.org/dc/terms/source> rdf:type owl:AnnotationProperty ;
                                  rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/source> ,
                                                     <http://purl.org/dc/terms/relation> .


###  http://purl.org/dc/terms/spatial
<http://purl.org/dc/terms/spatial> rdf:type owl:AnnotationProperty ;
                                   rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/coverage> ,
                                                      <http://purl.org/dc/terms/coverage> .


###  http://purl.org/dc/terms/subject
<http://purl.org/dc/terms/subject> rdf:type owl:AnnotationProperty ;
                                   rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/subject> .


###  http://purl.org/dc/terms/tableOfContents
<http://purl.org/dc/terms/tableOfContents> rdf:type owl:AnnotationProperty ;
                                           rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/description> ,
                                                              <http://purl.org/dc/terms/description> .


###  http://purl.org/dc/terms/temporal
<http://purl.org/dc/terms/temporal> rdf:type owl:AnnotationProperty ;
                                    rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/coverage> ,
                                                       <http://purl.org/dc/terms/coverage> .


###  http://purl.org/dc/terms/title
<http://purl.org/dc/terms/title> rdf:type owl:AnnotationProperty ;
                                 rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/title> .


###  http://purl.org/dc/terms/type
<http://purl.org/dc/terms/type> rdf:type owl:AnnotationProperty ;
                                rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/type> .


###  http://purl.org/dc/terms/valid
<http://purl.org/dc/terms/valid> rdf:type owl:AnnotationProperty ;
                                 rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/date> .


#################################################################
#    Datatypes
#################################################################

###  http://purl.org/dc/terms/Box
<http://purl.org/dc/terms/Box> rdf:type rdfs:Datatype .


###  http://purl.org/dc/terms/ISO3166
<http://purl.org/dc/terms/ISO3166> rdf:type rdfs:Datatype .


###  http://purl.org/dc/terms/ISO639-2
<http://purl.org/dc/terms/ISO639-2> rdf:type rdfs:Datatype .


###  http://purl.org/dc/terms/ISO639-3
<http://purl.org/dc/terms/ISO639-3> rdf:type rdfs:Datatype .


###  http://purl.org/dc/terms/Period
<http://purl.org/dc/terms/Period> rdf:type rdfs:Datatype .


###  http://purl.org/dc/terms/Point
<http://purl.org/dc/terms/Point> rdf:type rdfs:Datatype .


###  http://purl.org/dc/terms/RFC1766
<http://purl.org/dc/terms/RFC1766> rdf:type rdfs:Datatype .


###  http://purl.org/dc/terms/RFC3066
<http://purl.org/dc/terms/RFC3066> rdf:type rdfs:Datatype .


###  http://purl.org/dc/terms/RFC4646
<http://purl.org/dc/terms/RFC4646> rdf:type rdfs:Datatype .


###  http://purl.org/dc/terms/RFC5646
<http://purl.org/dc/terms/RFC5646> rdf:type rdfs:Datatype .


###  http://purl.org/dc/terms/URI
<http://purl.org/dc/terms/URI> rdf:type rdfs:Datatype .


###  http://purl.org/dc/terms/W3CDTF
<http://purl.org/dc/terms/W3CDTF> rdf:type rdfs:Datatype .


###  http://www.w3.org/2001/XMLSchema#date
xsd:date rdf:type rdfs:Datatype .


#################################################################
#    Object Properties
#################################################################

###  https://dtc-ontology.cms.ed.tum.de/infraspatialot#isLocatedAt
:isLocatedAt rdf:type owl:ObjectProperty ;
             rdfs:domain :Localisation ;
             rdfs:range :Point ;
             rdfs:comment "Describes the relationship between a localisation element (infraspatialOT:Localisation) and the points required to describe the location of the localisation (infraspatialOT:Point)." ;
             rdfs:label "is located at" .


###  https://dtc-ontology.cms.ed.tum.de/infraspatialot#isLocatedAtEndpoint
:isLocatedAtEndpoint rdf:type owl:ObjectProperty ;
                     rdfs:subPropertyOf :isLocatedAt ;
                     rdf:type owl:FunctionalProperty ;
                     rdfs:domain :LineLocalisation ;
                     rdfs:range :EndPoint ;
                     rdfs:comment "Describes the relationship of a line (infraspatialOT:LineLocalisation) to its end point (infraspatialOT:EndPoint)." ;
                     rdfs:label "is located at endpoint" .


###  https://dtc-ontology.cms.ed.tum.de/infraspatialot#isLocatedAtMidpoint
:isLocatedAtMidpoint rdf:type owl:ObjectProperty ;
                     rdfs:subPropertyOf :isLocatedAt ;
                     rdf:type owl:FunctionalProperty ;
                     rdfs:domain :PointLocalisation ;
                     rdfs:range :MidPoint ;
                     rdfs:comment "Describes the relationship of a point (infraspatialOT:PointLocalisation) to its midpoint (infraspatialOT:MidPoint)." ;
                     rdfs:label "is located at midpoint" .


###  https://dtc-ontology.cms.ed.tum.de/infraspatialot#isLocatedAtStartpoint
:isLocatedAtStartpoint rdf:type owl:ObjectProperty ;
                       rdfs:subPropertyOf :isLocatedAt ;
                       rdf:type owl:FunctionalProperty ;
                       rdfs:domain :LineLocalisation ;
                       rdfs:range :StartPoint ;
                       rdfs:comment "Describes the relationship of a line (infraspatialOT:LineLocalisation) to its start point (infraspatialOT:StartPoint)." ;
                       rdfs:label "is located at startpoint" .


###  https://dtc-ontology.cms.ed.tum.de/infraspatialot#isLocatedWith
:isLocatedWith rdf:type owl:ObjectProperty ;
               owl:inverseOf :locates ;
               rdf:type owl:FunctionalProperty ,
                        owl:AsymmetricProperty ;
               rdfs:domain :RoadInfrastructureElement ;
               rdfs:range :Localisation ;
               rdfs:comment "Describes the relationship of a road infrastructure element (infraspatialOT:RoadInfrastructureElement) to its representation along the reference element (infraspatialOT:Localisation)." ;
               rdfs:label "is located with" .


###  https://dtc-ontology.cms.ed.tum.de/infraspatialot#isPositionedWith
:isPositionedWith rdf:type owl:ObjectProperty ;
                  rdfs:domain :Localisation ;
                  rdfs:range :Positioning ;
                  rdfs:comment """Describes the relationship between a representation of an element for localisation (infraspatialOT:Localisation) and the associated representation for positioning (infraOT:Positioning).
This establishes the relationship between the spatial relationship of the element in the longitudinal direction to the reference element and the spatial relationship of the element to the reference element in the transverse direction.""" ;
                  rdfs:label "is positioned with" .


###  https://dtc-ontology.cms.ed.tum.de/infraspatialot#locates
:locates rdf:type owl:ObjectProperty ,
                  owl:FunctionalProperty ,
                  owl:AsymmetricProperty ;
         rdfs:domain :Localisation ;
         rdfs:range :RoadInfrastructureElement ;
         rdfs:label "locates" .


###  https://dtc-ontology.cms.ed.tum.de/infraspatialot#pointsOn
:pointsOn rdf:type owl:ObjectProperty ,
                   owl:FunctionalProperty ;
          rdfs:domain :Point ;
          rdfs:range :ReferenceElement ;
          rdfs:comment "Describes the relationship between a point (infraspatialOT:Point) defining a location and the reference element (infraspatialOT:ReferenceElement) to which the location definition refers." ;
          rdfs:label "points on" .


###  https://dtc-ontology.cms.ed.tum.de/infraspatialot#positionedBy
:positionedBy rdf:type owl:ObjectProperty ;
              owl:inverseOf :positiones ;
              rdfs:domain :RoadInfrastructureElement ;
              rdfs:range :Positioning ;
              owl:propertyChainAxiom ( :isLocatedWith
                                       :isPositionedWith
                                     ) ;
              rdfs:comment "Describes the relationship between a road infrastructure element (infraspatialOT:RoadInfrastructureElement) and its representation in the transverse direction of the reference element (infraspatialOT:Positioning)." ;
              rdfs:label "positioned by" .


###  https://dtc-ontology.cms.ed.tum.de/infraspatialot#positiones
:positiones rdf:type owl:ObjectProperty ;
            rdfs:label "positiones" .


###  https://dtc-ontology.cms.ed.tum.de/infraspatialot#referencedBy
:referencedBy rdf:type owl:ObjectProperty ;
              rdfs:domain :RoadInfrastructureElement ;
              rdfs:range :ReferenceElement ;
              owl:propertyChainAxiom ( :isLocatedWith
                                       :isLocatedAt
                                       :pointsOn
                                     ) ;
              rdfs:label "referenced by" .


#################################################################
#    Data properties
#################################################################

###  http://purl.org/dc/terms/alternative
<http://purl.org/dc/terms/alternative> rdf:type owl:DatatypeProperty ;
                                       rdfs:subPropertyOf <http://purl.org/dc/terms/title> ;
                                       rdfs:range rdfs:Literal .


###  http://purl.org/dc/terms/available
<http://purl.org/dc/terms/available> rdf:type owl:DatatypeProperty ;
                                     rdfs:subPropertyOf <http://purl.org/dc/terms/date> ;
                                     rdfs:range rdfs:Literal .


###  http://purl.org/dc/terms/bibliographicCitation
<http://purl.org/dc/terms/bibliographicCitation> rdf:type owl:DatatypeProperty ;
                                                 rdfs:subPropertyOf <http://purl.org/dc/terms/identifier> ;
                                                 rdfs:range rdfs:Literal .


###  http://purl.org/dc/terms/created
<http://purl.org/dc/terms/created> rdf:type owl:DatatypeProperty ;
                                   rdfs:subPropertyOf <http://purl.org/dc/terms/date> ;
                                   rdfs:range rdfs:Literal .


###  http://purl.org/dc/terms/date
<http://purl.org/dc/terms/date> rdf:type owl:DatatypeProperty ;
                                rdfs:range rdfs:Literal .


###  http://purl.org/dc/terms/dateAccepted
<http://purl.org/dc/terms/dateAccepted> rdf:type owl:DatatypeProperty ;
                                        rdfs:subPropertyOf <http://purl.org/dc/terms/date> ;
                                        rdfs:range rdfs:Literal .


###  http://purl.org/dc/terms/dateCopyrighted
<http://purl.org/dc/terms/dateCopyrighted> rdf:type owl:DatatypeProperty ;
                                           rdfs:subPropertyOf <http://purl.org/dc/terms/date> ;
                                           rdfs:range rdfs:Literal .


###  http://purl.org/dc/terms/dateSubmitted
<http://purl.org/dc/terms/dateSubmitted> rdf:type owl:DatatypeProperty ;
                                         rdfs:subPropertyOf <http://purl.org/dc/terms/date> ;
                                         rdfs:range rdfs:Literal .


###  http://purl.org/dc/terms/identifier
<http://purl.org/dc/terms/identifier> rdf:type owl:DatatypeProperty ;
                                      rdfs:range rdfs:Literal .


###  http://purl.org/dc/terms/issued
<http://purl.org/dc/terms/issued> rdf:type owl:DatatypeProperty ;
                                  rdfs:subPropertyOf <http://purl.org/dc/terms/date> ;
                                  rdfs:range rdfs:Literal .


###  http://purl.org/dc/terms/modified
<http://purl.org/dc/terms/modified> rdf:type owl:DatatypeProperty ;
                                    rdfs:subPropertyOf <http://purl.org/dc/terms/date> ;
                                    rdfs:range rdfs:Literal .


###  http://purl.org/dc/terms/title
<http://purl.org/dc/terms/title> rdf:type owl:DatatypeProperty ;
                                 rdfs:range rdfs:Literal .


###  http://purl.org/dc/terms/valid
<http://purl.org/dc/terms/valid> rdf:type owl:DatatypeProperty ;
                                 rdfs:subPropertyOf <http://purl.org/dc/terms/date> ;
                                 rdfs:range rdfs:Literal .


###  https://dtc-ontology.cms.ed.tum.de/infraspatialot#hasDistance
:hasDistance rdf:type owl:DatatypeProperty ;
             rdfs:subPropertyOf owl:topDataProperty ;
             rdfs:domain :PositioningWithDistance ;
             rdfs:range owl:real ;
             rdfs:comment "Describes the distance between an element and a reference element." ;
             rdfs:label "has distance" .


###  https://dtc-ontology.cms.ed.tum.de/infraspatialot#hasStation
:hasStation rdf:type owl:DatatypeProperty ;
            rdfs:domain :Point ;
            rdfs:range owl:real ;
            rdfs:comment "a numerical value that specifies a location on a linear element by specifying the distance from the starting point of the linear reference element." ;
            rdfs:label "has station" .


#################################################################
#    Classes
#################################################################

###  http://purl.org/dc/dcam/VocabularyEncodingScheme
<http://purl.org/dc/dcam/VocabularyEncodingScheme> rdf:type owl:Class .


###  http://purl.org/dc/terms/Agent
<http://purl.org/dc/terms/Agent> rdf:type owl:Class .


###  http://purl.org/dc/terms/AgentClass
<http://purl.org/dc/terms/AgentClass> rdf:type owl:Class ;
                                      rdfs:subClassOf rdfs:Class .


###  http://purl.org/dc/terms/BibliographicResource
<http://purl.org/dc/terms/BibliographicResource> rdf:type owl:Class .


###  http://purl.org/dc/terms/FileFormat
<http://purl.org/dc/terms/FileFormat> rdf:type owl:Class ;
                                      rdfs:subClassOf <http://purl.org/dc/terms/MediaType> .


###  http://purl.org/dc/terms/Frequency
<http://purl.org/dc/terms/Frequency> rdf:type owl:Class .


###  http://purl.org/dc/terms/Jurisdiction
<http://purl.org/dc/terms/Jurisdiction> rdf:type owl:Class ;
                                        rdfs:subClassOf <http://purl.org/dc/terms/LocationPeriodOrJurisdiction> .


###  http://purl.org/dc/terms/LicenseDocument
<http://purl.org/dc/terms/LicenseDocument> rdf:type owl:Class ;
                                           rdfs:subClassOf <http://purl.org/dc/terms/RightsStatement> .


###  http://purl.org/dc/terms/LinguisticSystem
<http://purl.org/dc/terms/LinguisticSystem> rdf:type owl:Class .


###  http://purl.org/dc/terms/Location
<http://purl.org/dc/terms/Location> rdf:type owl:Class ;
                                    rdfs:subClassOf <http://purl.org/dc/terms/LocationPeriodOrJurisdiction> .


###  http://purl.org/dc/terms/LocationPeriodOrJurisdiction
<http://purl.org/dc/terms/LocationPeriodOrJurisdiction> rdf:type owl:Class .


###  http://purl.org/dc/terms/MediaType
<http://purl.org/dc/terms/MediaType> rdf:type owl:Class ;
                                     rdfs:subClassOf <http://purl.org/dc/terms/MediaTypeOrExtent> .


###  http://purl.org/dc/terms/MediaTypeOrExtent
<http://purl.org/dc/terms/MediaTypeOrExtent> rdf:type owl:Class .


###  http://purl.org/dc/terms/MethodOfAccrual
<http://purl.org/dc/terms/MethodOfAccrual> rdf:type owl:Class .


###  http://purl.org/dc/terms/MethodOfInstruction
<http://purl.org/dc/terms/MethodOfInstruction> rdf:type owl:Class .


###  http://purl.org/dc/terms/PeriodOfTime
<http://purl.org/dc/terms/PeriodOfTime> rdf:type owl:Class ;
                                        rdfs:subClassOf <http://purl.org/dc/terms/LocationPeriodOrJurisdiction> .


###  http://purl.org/dc/terms/PhysicalMedium
<http://purl.org/dc/terms/PhysicalMedium> rdf:type owl:Class ;
                                          rdfs:subClassOf <http://purl.org/dc/terms/MediaType> .


###  http://purl.org/dc/terms/PhysicalResource
<http://purl.org/dc/terms/PhysicalResource> rdf:type owl:Class .


###  http://purl.org/dc/terms/Policy
<http://purl.org/dc/terms/Policy> rdf:type owl:Class .


###  http://purl.org/dc/terms/ProvenanceStatement
<http://purl.org/dc/terms/ProvenanceStatement> rdf:type owl:Class .


###  http://purl.org/dc/terms/RightsStatement
<http://purl.org/dc/terms/RightsStatement> rdf:type owl:Class .


###  http://purl.org/dc/terms/SizeOrDuration
<http://purl.org/dc/terms/SizeOrDuration> rdf:type owl:Class ;
                                          rdfs:subClassOf <http://purl.org/dc/terms/MediaTypeOrExtent> .


###  http://purl.org/dc/terms/Standard
<http://purl.org/dc/terms/Standard> rdf:type owl:Class .


###  http://www.w3.org/2000/01/rdf-schema#Class
rdfs:Class rdf:type owl:Class .


###  https://dtc-ontology.cms.ed.tum.de/infraspatialot#AccidentElement
:AccidentElement rdf:type owl:Class ;
                 rdfs:subClassOf :RoadInfrastructureElement ;
                 rdfs:comment "data set containing accident data" ;
                 rdfs:label "Accident"@en .


###  https://dtc-ontology.cms.ed.tum.de/infraspatialot#Bridge
:Bridge rdf:type owl:Class ;
        rdfs:subClassOf :RoadInfrastructureElement ;
        rdfs:comment "data set containing bridge data" ;
        rdfs:label "Bridge"@en .


###  https://dtc-ontology.cms.ed.tum.de/infraspatialot#CountingPoint
:CountingPoint rdf:type owl:Class ;
               rdfs:subClassOf :RoadInfrastructureElement ;
               rdfs:comment "data set containing data from traffic counting points" ;
               rdfs:label "Counting Point"@en .


###  https://dtc-ontology.cms.ed.tum.de/infraspatialot#EndPoint
:EndPoint rdf:type owl:Class ;
          rdfs:subClassOf :Point ;
          rdfs:comment "Describes the end point of an object represented as a Line (infraspatialOT:LineLocalisation) on a linear reference element (infraspatialOT:ReferenceElement). The distance from the end point (infraspatialOT:EndPoint) of a Line (infraspatialOT:LineLocalisation) to the start point of the referenceElement (infraspatialOT:ReferenceElement) must therefore always be greater than the distance from the start point (infraspatialOT:StartPoint) of the same Line (infraspatialOT:LineLocalisation) to the start point of the reference element (infraspatialOT:ReferenceElement)." ;
          rdfs:label "End Point" .


###  https://dtc-ontology.cms.ed.tum.de/infraspatialot#Equipment
:Equipment rdf:type owl:Class ;
           rdfs:subClassOf :RoadInfrastructureElement ;
           rdfs:comment "data set that contains data on a piece of equipment. Equipment elements can be, for example, signs, traffic lights or similar." ;
           rdfs:label "Equipment"@en .


###  https://dtc-ontology.cms.ed.tum.de/infraspatialot#HorizontalPositioning
:HorizontalPositioning rdf:type owl:Class ;
                       rdfs:subClassOf :Positioning ;
                       owl:disjointWith :VerticalPositioning ;
                       rdfs:comment "Describes the representation of an element in spatial relation to a linear reference element (infraspatialOT:ReferenceElement) in the y direction (in respect to the positive x direction in the same direction as the reference element (infraspatialOT:ReferenceElement))." ;
                       rdfs:label "Horizontal Positioning" .


###  https://dtc-ontology.cms.ed.tum.de/infraspatialot#HorizontalPositioningNextTo
:HorizontalPositioningNextTo rdf:type owl:Class ;
                             rdfs:subClassOf :HorizontalPositioning ,
                                             :PositioningWithDistance ;
                             owl:disjointWith :HorizontalPositioningOn ;
                             rdfs:comment "Describes the representation of an element in spatial relation to the reference element (infraspatialOT:ReferenceElement) in the y-direction (if the x-direction corresponds to the direction of the reference element (infraspatialOT:ReferenceElement)) and the element is considered to be positioned with distance (infraspatialOT:PositioningWithDistance) to the reference element (infraspatialOT:ReferenceElement)." ;
                             rdfs:label "horizontal positioning next to" .


###  https://dtc-ontology.cms.ed.tum.de/infraspatialot#HorizontalPositioningOn
:HorizontalPositioningOn rdf:type owl:Class ;
                         rdfs:subClassOf :HorizontalPositioning ,
                                         :PositioningWithoutDistance ;
                         rdfs:comment "Describes the representation of an element in spatial relation to the reference element (infraspatialOT:ReferenceElement) in the y-direction (if the x-direction corresponds to the direction of the reference element (infraspatialOT:ReferenceElement)) and the element is considered to be positioned without distance (infraspatialOT:PositioningWithDistance) to the reference element (infraspatialOT:ReferenceElement)." ;
                         rdfs:label "horizontal positioning on" .


###  https://dtc-ontology.cms.ed.tum.de/infraspatialot#LineLocalisation
:LineLocalisation rdf:type owl:Class ;
                  owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                               owl:onProperty :isLocatedAtEndpoint ;
                                                               owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                               owl:onClass :EndPoint
                                                             ]
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty :isLocatedAtStartpoint ;
                                                               owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                               owl:onClass :StartPoint
                                                             ]
                                                           ) ;
                                        rdf:type owl:Class
                                      ] ;
                  rdfs:subClassOf :Localisation ;
                  owl:disjointWith :PointLocalisation ;
                  rdfs:comment "Describes the representation of an element as a line object, which is defined by a start point (infraspatialOT:StartPoint) and an end point (infraspatialOT:EndPoint) and is used for linear referencing in relation to a linear reference element (infraspatial:ReferenceElement) in accordance with the principle defined in DIN EN ISO 19148." ;
                  rdfs:label "Line Localisation" .


###  https://dtc-ontology.cms.ed.tum.de/infraspatialot#Localisation
:Localisation rdf:type owl:Class ;
              owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                           owl:onProperty :isPositionedWith ;
                                                           owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                           owl:onClass :HorizontalPositioning
                                                         ]
                                                         [ rdf:type owl:Restriction ;
                                                           owl:onProperty :isPositionedWith ;
                                                           owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                           owl:onClass :VerticalPositioning
                                                         ]
                                                       ) ;
                                    rdf:type owl:Class
                                  ] ;
              owl:disjointWith :Positioning ;
              rdfs:comment "Describes the representation of an element in relation to a linear reference element (infraspatialOT:ReferenceElement) in the longitudinal direction of the reference element (infraspatialOT:ReferenceElement) according to the principle of linear referencing for localisation defined in DIN EN ISO 19148." ;
              rdfs:label "Localisation" .


###  https://dtc-ontology.cms.ed.tum.de/infraspatialot#MidPoint
:MidPoint rdf:type owl:Class ;
          rdfs:subClassOf :Point ;
          rdfs:comment "Describes the midpoint of an object represented as a point (infraspatialOT:PointLocalisation) on a linear reference element (infraspatialOT:ReferenceElement)." ;
          rdfs:label "Mid Point" .


###  https://dtc-ontology.cms.ed.tum.de/infraspatialot#Point
:Point rdf:type owl:Class ;
       owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                    owl:onProperty :locates ;
                                                    owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                    owl:onClass :Localisation
                                                  ]
                                                  [ rdf:type owl:Restriction ;
                                                    owl:onProperty :pointsOn ;
                                                    owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                    owl:onClass :ReferenceElement
                                                  ]
                                                ) ;
                             rdf:type owl:Class
                           ] ;
       rdfs:comment "Describes an exact location on a linear reference element (infraspatialOT:ReferenceElement) that is required for the location description in the context of linear referencing, defined in DIN EN ISO 19148. The location is specified by specifying the distance (infraspatialOT:hasDistance) of the location to the starting point of the reference element (infraspatialOT:ReferenceElement)." ;
       rdfs:label "Point" .


###  https://dtc-ontology.cms.ed.tum.de/infraspatialot#PointLocalisation
:PointLocalisation rdf:type owl:Class ;
                   owl:equivalentClass [ rdf:type owl:Restriction ;
                                         owl:onProperty :isLocatedAtMidpoint ;
                                         owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                         owl:onClass :MidPoint
                                       ] ;
                   rdfs:subClassOf :Localisation ;
                   rdfs:comment "Describes the representation of an element as a point object, which is defined via a middle point (infraspatialOT:MiddlePoint) and is used for linear referencing in relation to a linear reference element (infraspatialOT:ReferenceElement) in accordance with the principle defined in DIN EN ISO 19148." ;
                   rdfs:label "Point Localisation" .


###  https://dtc-ontology.cms.ed.tum.de/infraspatialot#Positioning
:Positioning rdf:type owl:Class ;
             rdfs:comment "Describes the representation of an element in relation to a linear reference element (infraspatialOT:ReferenceElement) in the transverse direction of the reference element (infraspatialOT:ReferenceElement)." ;
             rdfs:label "Positioning" .


###  https://dtc-ontology.cms.ed.tum.de/infraspatialot#PositioningWithDistance
:PositioningWithDistance rdf:type owl:Class ;
                         rdfs:subClassOf :Positioning ;
                         owl:disjointWith :PositioningWithoutDistance ;
                         rdfs:comment """Describes the representation of an element in relation to a linear reference element (infraspatialOT:ReferenceElement) in the transverse direction to the reference element (infraspatialOT:ReferenceElement) if the element is not located in the same traffic zone as the reference element (infraspatialOT:ReferenceElement). Elements are not in the same traffic zone if they are separated from the traffic zone of the reference element (infraspatialOT:ReferenceElement) by a height difference (in such a way that the represented element is effectively separated from the traffic zone of the reference element (infraspatialOT:ReferenceElement)) or a barrier in the form of an additional element or another zone (e.g. a grass verge).
A distance (infraspatialOT:hasDistance) is defined for positioning with a distance (infraspatialOT:PositioningWithDistance).""" ;
                         rdfs:label "Positioning with Distance" .


###  https://dtc-ontology.cms.ed.tum.de/infraspatialot#PositioningWithoutDistance
:PositioningWithoutDistance rdf:type owl:Class ;
                            rdfs:subClassOf :Positioning ;
                            rdfs:comment """Describes the representation of an element in relation to a linear reference element (infraspatialOT:ReferenceElement) in the transverse direction to the reference element (infraspatialOT:ReferenceElement) if the element is located in the same traffic zone as the reference element (infraspatialOT:ReferenceElement).
All elements that cannot be represented by a positioning element with distance (infraspatialOT:PositioningWithDistance) are represented by a positioning element without distance (infraspatialOT:PositioningWithoutDistance). Positionings without distance (infraspatialOT:PositioningWithoutDistance) do not have a defined distance (infraspatialOT:hasDistance).""" ;
                            rdfs:label "Positioning without distance" .


###  https://dtc-ontology.cms.ed.tum.de/infraspatialot#ReferenceElement
:ReferenceElement rdf:type owl:Class ;
                  owl:disjointWith :RoadInfrastructureElement ;
                  rdfs:comment "An abstract object that is linear and directional and can be used as a reference element in the context of linear referencing in accordance with DIN EN ISO 19148. The reference element can be part of a network." ;
                  rdfs:label "Reference Element" .


###  https://dtc-ontology.cms.ed.tum.de/infraspatialot#Road
:Road rdf:type owl:Class ;
      rdfs:subClassOf :RoadInfrastructureElement ;
      rdfs:comment "data set containing data about roads or roadsections" ;
      rdfs:label "Road"@en .


###  https://dtc-ontology.cms.ed.tum.de/infraspatialot#RoadInfrastructureElement
:RoadInfrastructureElement rdf:type owl:Class ;
                           rdfs:comment "Element of the road infrastructure" ;
                           rdfs:label "Road Infrastructure Element" .


###  https://dtc-ontology.cms.ed.tum.de/infraspatialot#StartPoint
:StartPoint rdf:type owl:Class ;
            rdfs:subClassOf :Point ;
            rdfs:comment "Describes the start point of an object represented as a infraspatialOT:LineLocalisatin on a linear infraspatialOT:ReferenceElement. The distance from the infraspatialOT:StartPoint of a infraspatialOT:LineLocalisation to the start point of the infraspatialOT:ReferenceElement must therefore always be smaller than the distance from the infraspatialOT:StartPoint of the same infraspatialOT:LineLocalisation to the start point of the infraspatialOT:ReferenceElement." ;
            rdfs:label "Start Point" .


###  https://dtc-ontology.cms.ed.tum.de/infraspatialot#VerticalPositioning
:VerticalPositioning rdf:type owl:Class ;
                     rdfs:subClassOf :Positioning ;
                     rdfs:comment "Describes the representation of an element in spatial relation to a linear reference element (infraspatialOT:ReferenceElement) in the z direction (in respect to the positive x direction in the same direction as the reference element (infraspatialOT:ReferenceElement))." ;
                     rdfs:label "Vertical Positioning" .


###  https://dtc-ontology.cms.ed.tum.de/infraspatialot#VerticalPositioningAbove
:VerticalPositioningAbove rdf:type owl:Class ;
                          rdfs:subClassOf :PositioningWithDistance ,
                                          :VerticalPositioning ;
                          rdfs:comment "Describes the representation of an element in spatial relation to the reference element (infraspatialOT:ReferenceElement) in the positive z-direction (if the x-direction corresponds to the direction of the reference element (infraspatialOT:ReferenceElement)) and the element is considered to be positioned with distance (infraspatialOT:PositioningWithDistance) to the reference element (infraspatialOT:ReferenceElement)." ;
                          rdfs:label "vertical positioning above" .


###  https://dtc-ontology.cms.ed.tum.de/infraspatialot#VerticalPositioningBelow
:VerticalPositioningBelow rdf:type owl:Class ;
                          rdfs:subClassOf :PositioningWithDistance ,
                                          :VerticalPositioning ;
                          rdfs:comment "Describes the representation of an element in spatial relation to the reference element (infraspatialOT:ReferenceElement) in the negative z-direction (if the x-direction corresponds to the direction of the reference element (infraspatialOT:ReferenceElement)) and the element is considered to be positioned with distance (infraspatialOT:PositioningWithDistance) to the reference element (infraspatialOT:ReferenceElement)." ;
                          rdfs:label "vertical positioning below"@en .


###  https://dtc-ontology.cms.ed.tum.de/infraspatialot#VerticalPositioningOn
:VerticalPositioningOn rdf:type owl:Class ;
                       rdfs:subClassOf :PositioningWithoutDistance ,
                                       :VerticalPositioning ;
                       rdfs:comment "Describes the representation of an element in spatial relation to the reference element (infraspatialOT:ReferenceElement) in the z-direction (if the x-direction corresponds to the direction of the reference element (infraspatialOT:ReferenceElement)) and the element is considered to be positioned without distance (infraspatialOT:PositioningWithDistance) to the reference element (infraspatialOT:ReferenceElement)." ;
                       rdfs:label "vertical positioning on"@en .


#################################################################
#    Individuals
#################################################################

###  http://purl.org/dc/terms/
<http://purl.org/dc/terms/> rdf:type owl:NamedIndividual ;
                            <http://purl.org/dc/terms/modified> "2012-06-14"^^xsd:date ;
                            <http://purl.org/dc/terms/title> "DCMI Metadata Terms - other"@en ;
                            <http://purl.org/dc/terms/publisher> <http://purl.org/dc/aboutdcmi#DCMI> .


###  http://purl.org/dc/terms/Agent
<http://purl.org/dc/terms/Agent> rdf:type owl:NamedIndividual ,
                                          <http://purl.org/dc/terms/AgentClass> ;
                                 <http://purl.org/dc/terms/issued> "2008-01-14"^^xsd:date .


###  http://purl.org/dc/terms/AgentClass
<http://purl.org/dc/terms/AgentClass> rdf:type owl:NamedIndividual ;
                                      <http://purl.org/dc/terms/issued> "2008-01-14"^^xsd:date .


###  http://purl.org/dc/terms/BibliographicResource
<http://purl.org/dc/terms/BibliographicResource> rdf:type owl:NamedIndividual ;
                                                 <http://purl.org/dc/terms/issued> "2008-01-14"^^xsd:date .


###  http://purl.org/dc/terms/Box
<http://purl.org/dc/terms/Box> rdf:type owl:NamedIndividual ;
                               <http://purl.org/dc/terms/issued> "2000-07-11"^^xsd:date .


###  http://purl.org/dc/terms/DCMIType
<http://purl.org/dc/terms/DCMIType> rdf:type owl:NamedIndividual ,
                                             <http://purl.org/dc/dcam/VocabularyEncodingScheme> ;
                                    <http://purl.org/dc/terms/issued> "2000-07-11"^^xsd:date ;
                                    rdfs:comment "The set of classes specified by the DCMI Type Vocabulary, used to categorize the nature or genre of the resource."@en ;
                                    rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                    rdfs:label "DCMI Type Vocabulary"@en ;
                                    rdfs:seeAlso <http://purl.org/dc/dcmitype/> .


###  http://purl.org/dc/terms/DDC
<http://purl.org/dc/terms/DDC> rdf:type owl:NamedIndividual ,
                                        <http://purl.org/dc/dcam/VocabularyEncodingScheme> ;
                               <http://purl.org/dc/terms/issued> "2000-07-11"^^xsd:date ;
                               rdfs:comment "The set of conceptual resources specified by the Dewey Decimal Classification."@en ;
                               rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                               rdfs:label "DDC"@en ;
                               rdfs:seeAlso <http://www.oclc.org/dewey/> .


###  http://purl.org/dc/terms/FileFormat
<http://purl.org/dc/terms/FileFormat> rdf:type owl:NamedIndividual ;
                                      <http://purl.org/dc/terms/issued> "2008-01-14"^^xsd:date .


###  http://purl.org/dc/terms/Frequency
<http://purl.org/dc/terms/Frequency> rdf:type owl:NamedIndividual ;
                                     <http://purl.org/dc/terms/issued> "2008-01-14"^^xsd:date .


###  http://purl.org/dc/terms/IMT
<http://purl.org/dc/terms/IMT> rdf:type owl:NamedIndividual ,
                                        <http://purl.org/dc/dcam/VocabularyEncodingScheme> ;
                               <http://purl.org/dc/terms/issued> "2000-07-11"^^xsd:date ;
                               rdfs:comment "The set of media types specified by the Internet Assigned Numbers Authority."@en ;
                               rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                               rdfs:label "IMT"@en ;
                               rdfs:seeAlso <http://www.iana.org/assignments/media-types/> .


###  http://purl.org/dc/terms/ISO3166
<http://purl.org/dc/terms/ISO3166> rdf:type owl:NamedIndividual ;
                                   <http://purl.org/dc/terms/issued> "2000-07-11"^^xsd:date .


###  http://purl.org/dc/terms/ISO639-2
<http://purl.org/dc/terms/ISO639-2> rdf:type owl:NamedIndividual ;
                                    <http://purl.org/dc/terms/issued> "2000-07-11"^^xsd:date .


###  http://purl.org/dc/terms/ISO639-3
<http://purl.org/dc/terms/ISO639-3> rdf:type owl:NamedIndividual ;
                                    <http://purl.org/dc/terms/issued> "2008-01-14"^^xsd:date .


###  http://purl.org/dc/terms/Jurisdiction
<http://purl.org/dc/terms/Jurisdiction> rdf:type owl:NamedIndividual ;
                                        <http://purl.org/dc/terms/issued> "2008-01-14"^^xsd:date .


###  http://purl.org/dc/terms/LCC
<http://purl.org/dc/terms/LCC> rdf:type owl:NamedIndividual ,
                                        <http://purl.org/dc/dcam/VocabularyEncodingScheme> ;
                               <http://purl.org/dc/terms/issued> "2000-07-11"^^xsd:date ;
                               rdfs:comment "The set of conceptual resources specified by the Library of Congress Classification."@en ;
                               rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                               rdfs:label "LCC"@en ;
                               rdfs:seeAlso <http://lcweb.loc.gov/catdir/cpso/lcco/lcco.html> .


###  http://purl.org/dc/terms/LCSH
<http://purl.org/dc/terms/LCSH> rdf:type owl:NamedIndividual ,
                                         <http://purl.org/dc/dcam/VocabularyEncodingScheme> ;
                                <http://purl.org/dc/terms/issued> "2000-07-11"^^xsd:date ;
                                rdfs:comment "The set of labeled concepts specified by the Library of Congress Subject Headings."@en ;
                                rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                rdfs:label "LCSH"@en .


###  http://purl.org/dc/terms/LicenseDocument
<http://purl.org/dc/terms/LicenseDocument> rdf:type owl:NamedIndividual ;
                                           <http://purl.org/dc/terms/issued> "2008-01-14"^^xsd:date .


###  http://purl.org/dc/terms/LinguisticSystem
<http://purl.org/dc/terms/LinguisticSystem> rdf:type owl:NamedIndividual ;
                                            <http://purl.org/dc/terms/issued> "2008-01-14"^^xsd:date .


###  http://purl.org/dc/terms/Location
<http://purl.org/dc/terms/Location> rdf:type owl:NamedIndividual ;
                                    <http://purl.org/dc/terms/issued> "2008-01-14"^^xsd:date .


###  http://purl.org/dc/terms/LocationPeriodOrJurisdiction
<http://purl.org/dc/terms/LocationPeriodOrJurisdiction> rdf:type owl:NamedIndividual ;
                                                        <http://purl.org/dc/terms/issued> "2008-01-14"^^xsd:date .


###  http://purl.org/dc/terms/MESH
<http://purl.org/dc/terms/MESH> rdf:type owl:NamedIndividual ,
                                         <http://purl.org/dc/dcam/VocabularyEncodingScheme> ;
                                <http://purl.org/dc/terms/issued> "2000-07-11"^^xsd:date ;
                                rdfs:comment "The set of labeled concepts specified by the Medical Subject Headings."@en ;
                                rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                rdfs:label "MeSH"@en ;
                                rdfs:seeAlso <http://www.nlm.nih.gov/mesh/meshhome.html> .


###  http://purl.org/dc/terms/MediaType
<http://purl.org/dc/terms/MediaType> rdf:type owl:NamedIndividual ;
                                     <http://purl.org/dc/terms/issued> "2008-01-14"^^xsd:date .


###  http://purl.org/dc/terms/MediaTypeOrExtent
<http://purl.org/dc/terms/MediaTypeOrExtent> rdf:type owl:NamedIndividual ;
                                             <http://purl.org/dc/terms/issued> "2008-01-14"^^xsd:date .


###  http://purl.org/dc/terms/MethodOfAccrual
<http://purl.org/dc/terms/MethodOfAccrual> rdf:type owl:NamedIndividual ;
                                           <http://purl.org/dc/terms/issued> "2008-01-14"^^xsd:date .


###  http://purl.org/dc/terms/MethodOfInstruction
<http://purl.org/dc/terms/MethodOfInstruction> rdf:type owl:NamedIndividual ;
                                               <http://purl.org/dc/terms/issued> "2008-01-14"^^xsd:date .


###  http://purl.org/dc/terms/NLM
<http://purl.org/dc/terms/NLM> rdf:type owl:NamedIndividual ,
                                        <http://purl.org/dc/dcam/VocabularyEncodingScheme> ;
                               <http://purl.org/dc/terms/issued> "2005-06-13"^^xsd:date ;
                               rdfs:comment "The set of conceptual resources specified by the National Library of Medicine Classification."@en ;
                               rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                               rdfs:label "NLM"@en ;
                               rdfs:seeAlso <http://wwwcf.nlm.nih.gov/class/> .


###  http://purl.org/dc/terms/Period
<http://purl.org/dc/terms/Period> rdf:type owl:NamedIndividual ;
                                  <http://purl.org/dc/terms/issued> "2000-07-11"^^xsd:date .


###  http://purl.org/dc/terms/PeriodOfTime
<http://purl.org/dc/terms/PeriodOfTime> rdf:type owl:NamedIndividual ;
                                        <http://purl.org/dc/terms/issued> "2008-01-14"^^xsd:date .


###  http://purl.org/dc/terms/PhysicalMedium
<http://purl.org/dc/terms/PhysicalMedium> rdf:type owl:NamedIndividual ;
                                          <http://purl.org/dc/terms/issued> "2008-01-14"^^xsd:date .


###  http://purl.org/dc/terms/PhysicalResource
<http://purl.org/dc/terms/PhysicalResource> rdf:type owl:NamedIndividual ;
                                            <http://purl.org/dc/terms/issued> "2008-01-14"^^xsd:date .


###  http://purl.org/dc/terms/Point
<http://purl.org/dc/terms/Point> rdf:type owl:NamedIndividual ;
                                 <http://purl.org/dc/terms/issued> "2000-07-11"^^xsd:date .


###  http://purl.org/dc/terms/Policy
<http://purl.org/dc/terms/Policy> rdf:type owl:NamedIndividual ;
                                  <http://purl.org/dc/terms/issued> "2008-01-14"^^xsd:date .


###  http://purl.org/dc/terms/ProvenanceStatement
<http://purl.org/dc/terms/ProvenanceStatement> rdf:type owl:NamedIndividual ;
                                               <http://purl.org/dc/terms/issued> "2008-01-14"^^xsd:date .


###  http://purl.org/dc/terms/RFC1766
<http://purl.org/dc/terms/RFC1766> rdf:type owl:NamedIndividual ;
                                   <http://purl.org/dc/terms/issued> "2000-07-11"^^xsd:date .


###  http://purl.org/dc/terms/RFC3066
<http://purl.org/dc/terms/RFC3066> rdf:type owl:NamedIndividual ;
                                   <http://purl.org/dc/terms/issued> "2002-07-13"^^xsd:date .


###  http://purl.org/dc/terms/RFC4646
<http://purl.org/dc/terms/RFC4646> rdf:type owl:NamedIndividual ;
                                   <http://purl.org/dc/terms/issued> "2008-01-14"^^xsd:date .


###  http://purl.org/dc/terms/RFC5646
<http://purl.org/dc/terms/RFC5646> rdf:type owl:NamedIndividual ;
                                   <http://purl.org/dc/terms/issued> "2010-10-11"^^xsd:date .


###  http://purl.org/dc/terms/RightsStatement
<http://purl.org/dc/terms/RightsStatement> rdf:type owl:NamedIndividual ;
                                           <http://purl.org/dc/terms/issued> "2008-01-14"^^xsd:date .


###  http://purl.org/dc/terms/SizeOrDuration
<http://purl.org/dc/terms/SizeOrDuration> rdf:type owl:NamedIndividual ;
                                          <http://purl.org/dc/terms/issued> "2008-01-14"^^xsd:date .


###  http://purl.org/dc/terms/Standard
<http://purl.org/dc/terms/Standard> rdf:type owl:NamedIndividual ;
                                    <http://purl.org/dc/terms/issued> "2008-01-14"^^xsd:date .


###  http://purl.org/dc/terms/TGN
<http://purl.org/dc/terms/TGN> rdf:type owl:NamedIndividual ,
                                        <http://purl.org/dc/dcam/VocabularyEncodingScheme> ;
                               <http://purl.org/dc/terms/issued> "2000-07-11"^^xsd:date ;
                               rdfs:comment "The set of places specified by the Getty Thesaurus of Geographic Names."@en ;
                               rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                               rdfs:label "TGN"@en ;
                               rdfs:seeAlso <http://www.getty.edu/research/tools/vocabulary/tgn/index.html> .


###  http://purl.org/dc/terms/UDC
<http://purl.org/dc/terms/UDC> rdf:type owl:NamedIndividual ,
                                        <http://purl.org/dc/dcam/VocabularyEncodingScheme> ;
                               <http://purl.org/dc/terms/issued> "2000-07-11"^^xsd:date ;
                               rdfs:comment "The set of conceptual resources specified by the Universal Decimal Classification."@en ;
                               rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                               rdfs:label "UDC"@en ;
                               rdfs:seeAlso <http://www.udcc.org/> .


###  http://purl.org/dc/terms/URI
<http://purl.org/dc/terms/URI> rdf:type owl:NamedIndividual ;
                               <http://purl.org/dc/terms/issued> "2000-07-11"^^xsd:date .


###  http://purl.org/dc/terms/W3CDTF
<http://purl.org/dc/terms/W3CDTF> rdf:type owl:NamedIndividual ;
                                  <http://purl.org/dc/terms/issued> "2000-07-11"^^xsd:date .


###  http://purl.org/dc/terms/abstract
<http://purl.org/dc/terms/abstract> rdf:type owl:NamedIndividual ;
                                    <http://purl.org/dc/terms/issued> "2000-07-11"^^xsd:date .


###  http://purl.org/dc/terms/accessRights
<http://purl.org/dc/terms/accessRights> rdf:type owl:NamedIndividual ;
                                        <http://purl.org/dc/terms/issued> "2003-02-15"^^xsd:date .


###  http://purl.org/dc/terms/accrualMethod
<http://purl.org/dc/terms/accrualMethod> rdf:type owl:NamedIndividual ;
                                         <http://purl.org/dc/terms/issued> "2005-06-13"^^xsd:date .


###  http://purl.org/dc/terms/accrualPeriodicity
<http://purl.org/dc/terms/accrualPeriodicity> rdf:type owl:NamedIndividual ;
                                              <http://purl.org/dc/terms/issued> "2005-06-13"^^xsd:date .


###  http://purl.org/dc/terms/accrualPolicy
<http://purl.org/dc/terms/accrualPolicy> rdf:type owl:NamedIndividual ;
                                         <http://purl.org/dc/terms/issued> "2005-06-13"^^xsd:date .


###  http://purl.org/dc/terms/alternative
<http://purl.org/dc/terms/alternative> rdf:type owl:NamedIndividual ;
                                       <http://purl.org/dc/terms/issued> "2000-07-11"^^xsd:date .


###  http://purl.org/dc/terms/audience
<http://purl.org/dc/terms/audience> rdf:type owl:NamedIndividual ;
                                    <http://purl.org/dc/terms/issued> "2001-05-21"^^xsd:date .


###  http://purl.org/dc/terms/available
<http://purl.org/dc/terms/available> rdf:type owl:NamedIndividual ;
                                     <http://purl.org/dc/terms/issued> "2000-07-11"^^xsd:date .


###  http://purl.org/dc/terms/bibliographicCitation
<http://purl.org/dc/terms/bibliographicCitation> rdf:type owl:NamedIndividual ;
                                                 <http://purl.org/dc/terms/issued> "2003-02-15"^^xsd:date .


###  http://purl.org/dc/terms/conformsTo
<http://purl.org/dc/terms/conformsTo> rdf:type owl:NamedIndividual ;
                                      <http://purl.org/dc/terms/issued> "2001-05-21"^^xsd:date .


###  http://purl.org/dc/terms/contributor
<http://purl.org/dc/terms/contributor> rdf:type owl:NamedIndividual ;
                                       <http://purl.org/dc/terms/issued> "2008-01-14"^^xsd:date .


###  http://purl.org/dc/terms/coverage
<http://purl.org/dc/terms/coverage> rdf:type owl:NamedIndividual ;
                                    <http://purl.org/dc/terms/issued> "2008-01-14"^^xsd:date .


###  http://purl.org/dc/terms/created
<http://purl.org/dc/terms/created> rdf:type owl:NamedIndividual ;
                                   <http://purl.org/dc/terms/issued> "2000-07-11"^^xsd:date .


###  http://purl.org/dc/terms/creator
<http://purl.org/dc/terms/creator> rdf:type owl:NamedIndividual ;
                                   <http://purl.org/dc/terms/issued> "2008-01-14"^^xsd:date .


###  http://purl.org/dc/terms/date
<http://purl.org/dc/terms/date> rdf:type owl:NamedIndividual ;
                                <http://purl.org/dc/terms/issued> "2008-01-14"^^xsd:date .


###  http://purl.org/dc/terms/dateAccepted
<http://purl.org/dc/terms/dateAccepted> rdf:type owl:NamedIndividual ;
                                        <http://purl.org/dc/terms/issued> "2002-07-13"^^xsd:date .


###  http://purl.org/dc/terms/dateCopyrighted
<http://purl.org/dc/terms/dateCopyrighted> rdf:type owl:NamedIndividual ;
                                           <http://purl.org/dc/terms/issued> "2002-07-13"^^xsd:date .


###  http://purl.org/dc/terms/dateSubmitted
<http://purl.org/dc/terms/dateSubmitted> rdf:type owl:NamedIndividual ;
                                         <http://purl.org/dc/terms/issued> "2002-07-13"^^xsd:date .


###  http://purl.org/dc/terms/description
<http://purl.org/dc/terms/description> rdf:type owl:NamedIndividual ;
                                       <http://purl.org/dc/terms/issued> "2008-01-14"^^xsd:date .


###  http://purl.org/dc/terms/educationLevel
<http://purl.org/dc/terms/educationLevel> rdf:type owl:NamedIndividual ;
                                          <http://purl.org/dc/terms/issued> "2002-07-13"^^xsd:date .


###  http://purl.org/dc/terms/extent
<http://purl.org/dc/terms/extent> rdf:type owl:NamedIndividual ;
                                  <http://purl.org/dc/terms/issued> "2000-07-11"^^xsd:date .


###  http://purl.org/dc/terms/format
<http://purl.org/dc/terms/format> rdf:type owl:NamedIndividual ;
                                  <http://purl.org/dc/terms/issued> "2008-01-14"^^xsd:date .


###  http://purl.org/dc/terms/hasFormat
<http://purl.org/dc/terms/hasFormat> rdf:type owl:NamedIndividual ;
                                     <http://purl.org/dc/terms/issued> "2000-07-11"^^xsd:date .


###  http://purl.org/dc/terms/hasPart
<http://purl.org/dc/terms/hasPart> rdf:type owl:NamedIndividual ;
                                   <http://purl.org/dc/terms/issued> "2000-07-11"^^xsd:date .


###  http://purl.org/dc/terms/hasVersion
<http://purl.org/dc/terms/hasVersion> rdf:type owl:NamedIndividual ;
                                      <http://purl.org/dc/terms/issued> "2000-07-11"^^xsd:date .


###  http://purl.org/dc/terms/identifier
<http://purl.org/dc/terms/identifier> rdf:type owl:NamedIndividual ;
                                      <http://purl.org/dc/terms/issued> "2008-01-14"^^xsd:date .


###  http://purl.org/dc/terms/instructionalMethod
<http://purl.org/dc/terms/instructionalMethod> rdf:type owl:NamedIndividual ;
                                               <http://purl.org/dc/terms/issued> "2005-06-13"^^xsd:date ;
                                               <http://purl.org/dc/dcam/rangeIncludes> <http://purl.org/dc/terms/MethodOfInstruction> ;
                                               <http://purl.org/dc/terms/description> "Instructional Method typically includes ways of presenting instructional materials or conducting instructional activities, patterns of learner-to-learner and learner-to-instructor interactions, and mechanisms by which group and individual levels of learning are measured.  Instructional methods include all aspects of the instruction and learning processes from planning and implementation through evaluation and feedback."@en ;
                                               rdfs:comment "A process, used to engender knowledge, attitudes and skills, that the described resource is designed to support."@en ;
                                               rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                               rdfs:label "Instructional Method"@en .


###  http://purl.org/dc/terms/isFormatOf
<http://purl.org/dc/terms/isFormatOf> rdf:type owl:NamedIndividual ;
                                      <http://purl.org/dc/terms/issued> "2000-07-11"^^xsd:date .


###  http://purl.org/dc/terms/isPartOf
<http://purl.org/dc/terms/isPartOf> rdf:type owl:NamedIndividual ;
                                    <http://purl.org/dc/terms/issued> "2000-07-11"^^xsd:date .


###  http://purl.org/dc/terms/isReferencedBy
<http://purl.org/dc/terms/isReferencedBy> rdf:type owl:NamedIndividual ;
                                          <http://purl.org/dc/terms/issued> "2000-07-11"^^xsd:date .


###  http://purl.org/dc/terms/isReplacedBy
<http://purl.org/dc/terms/isReplacedBy> rdf:type owl:NamedIndividual ;
                                        <http://purl.org/dc/terms/issued> "2000-07-11"^^xsd:date .


###  http://purl.org/dc/terms/isRequiredBy
<http://purl.org/dc/terms/isRequiredBy> rdf:type owl:NamedIndividual ;
                                        <http://purl.org/dc/terms/issued> "2000-07-11"^^xsd:date .


###  http://purl.org/dc/terms/isVersionOf
<http://purl.org/dc/terms/isVersionOf> rdf:type owl:NamedIndividual ;
                                       <http://purl.org/dc/terms/issued> "2000-07-11"^^xsd:date .


###  http://purl.org/dc/terms/issued
<http://purl.org/dc/terms/issued> rdf:type owl:NamedIndividual ,
                                           owl:DatatypeProperty ;
                                  <http://purl.org/dc/terms/issued> "2000-07-11"^^xsd:date .


###  http://purl.org/dc/terms/language
<http://purl.org/dc/terms/language> rdf:type owl:NamedIndividual ;
                                    <http://purl.org/dc/terms/issued> "2008-01-14"^^xsd:date .


###  http://purl.org/dc/terms/license
<http://purl.org/dc/terms/license> rdf:type owl:NamedIndividual ;
                                   <http://purl.org/dc/terms/issued> "2004-06-14"^^xsd:date .


###  http://purl.org/dc/terms/mediator
<http://purl.org/dc/terms/mediator> rdf:type owl:NamedIndividual ;
                                    <http://purl.org/dc/terms/issued> "2001-05-21"^^xsd:date .


###  http://purl.org/dc/terms/medium
<http://purl.org/dc/terms/medium> rdf:type owl:NamedIndividual ;
                                  <http://purl.org/dc/terms/issued> "2000-07-11"^^xsd:date .


###  http://purl.org/dc/terms/modified
<http://purl.org/dc/terms/modified> rdf:type owl:NamedIndividual ;
                                    <http://purl.org/dc/terms/issued> "2000-07-11"^^xsd:date .


###  http://purl.org/dc/terms/provenance
<http://purl.org/dc/terms/provenance> rdf:type owl:NamedIndividual ;
                                      <http://purl.org/dc/terms/issued> "2004-09-20"^^xsd:date ;
                                      <http://purl.org/dc/dcam/rangeIncludes> <http://purl.org/dc/terms/ProvenanceStatement> ;
                                      <http://purl.org/dc/terms/description> "The statement may include a description of any changes successive custodians made to the resource."@en ;
                                      rdfs:comment "A statement of any changes in ownership and custody of the resource since its creation that are significant for its authenticity, integrity, and interpretation."@en ;
                                      rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                      rdfs:label "Provenance"@en .


###  http://purl.org/dc/terms/publisher
<http://purl.org/dc/terms/publisher> rdf:type owl:NamedIndividual ;
                                     <http://purl.org/dc/terms/issued> "2008-01-14"^^xsd:date .


###  http://purl.org/dc/terms/references
<http://purl.org/dc/terms/references> rdf:type owl:NamedIndividual ;
                                      <http://purl.org/dc/terms/issued> "2000-07-11"^^xsd:date .


###  http://purl.org/dc/terms/relation
<http://purl.org/dc/terms/relation> rdf:type owl:NamedIndividual ;
                                    <http://purl.org/dc/terms/issued> "2008-01-14"^^xsd:date .


###  http://purl.org/dc/terms/replaces
<http://purl.org/dc/terms/replaces> rdf:type owl:NamedIndividual ;
                                    <http://purl.org/dc/terms/issued> "2000-07-11"^^xsd:date .


###  http://purl.org/dc/terms/requires
<http://purl.org/dc/terms/requires> rdf:type owl:NamedIndividual ;
                                    <http://purl.org/dc/terms/issued> "2000-07-11"^^xsd:date .


###  http://purl.org/dc/terms/rights
<http://purl.org/dc/terms/rights> rdf:type owl:NamedIndividual ;
                                  <http://purl.org/dc/terms/issued> "2008-01-14"^^xsd:date .


###  http://purl.org/dc/terms/rightsHolder
<http://purl.org/dc/terms/rightsHolder> rdf:type owl:NamedIndividual ;
                                        <http://purl.org/dc/terms/issued> "2004-06-14"^^xsd:date ;
                                        <http://purl.org/dc/dcam/rangeIncludes> <http://purl.org/dc/terms/Agent> ;
                                        <http://purl.org/dc/terms/description> "Recommended practice is to refer to the rights holder with a URI. If this is not possible or feasible, a literal value that identifies the rights holder may be provided."@en ;
                                        rdfs:comment "A person or organization owning or managing rights over the resource."@en ;
                                        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                        rdfs:label "Rights Holder"@en .


###  http://purl.org/dc/terms/source
<http://purl.org/dc/terms/source> rdf:type owl:NamedIndividual ;
                                  <http://purl.org/dc/terms/issued> "2008-01-14"^^xsd:date .


###  http://purl.org/dc/terms/spatial
<http://purl.org/dc/terms/spatial> rdf:type owl:NamedIndividual ;
                                   <http://purl.org/dc/terms/issued> "2000-07-11"^^xsd:date .


###  http://purl.org/dc/terms/subject
<http://purl.org/dc/terms/subject> rdf:type owl:NamedIndividual ;
                                   <http://purl.org/dc/terms/issued> "2008-01-14"^^xsd:date .


###  http://purl.org/dc/terms/tableOfContents
<http://purl.org/dc/terms/tableOfContents> rdf:type owl:NamedIndividual ;
                                           <http://purl.org/dc/terms/issued> "2000-07-11"^^xsd:date .


###  http://purl.org/dc/terms/temporal
<http://purl.org/dc/terms/temporal> rdf:type owl:NamedIndividual ;
                                    <http://purl.org/dc/terms/issued> "2000-07-11"^^xsd:date .


###  http://purl.org/dc/terms/title
<http://purl.org/dc/terms/title> rdf:type owl:NamedIndividual ;
                                 <http://purl.org/dc/terms/issued> "2008-01-14"^^xsd:date .


###  http://purl.org/dc/terms/type
<http://purl.org/dc/terms/type> rdf:type owl:NamedIndividual ;
                                <http://purl.org/dc/terms/issued> "2008-01-14"^^xsd:date .


###  http://purl.org/dc/terms/valid
<http://purl.org/dc/terms/valid> rdf:type owl:NamedIndividual ;
                                 <http://purl.org/dc/terms/issued> "2000-07-11"^^xsd:date .


[ rdfs:comment :LineLocalisation
] .

#################################################################
#    Annotations
#################################################################

<http://purl.org/dc/terms/Agent> rdfs:comment "A resource that acts or has the power to act."@en ;
                                  rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                  rdfs:label "Agent"@en .


<http://purl.org/dc/terms/AgentClass> rdfs:comment "A group of agents."@en ;
                                      rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                      rdfs:label "Agent Class"@en .


<http://purl.org/dc/terms/BibliographicResource> rdfs:comment "A book, article, or other documentary resource."@en ;
                                                 rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                                 rdfs:label "Bibliographic Resource"@en .


<http://purl.org/dc/terms/Box> rdfs:comment "The set of regions in space defined by their geographic coordinates according to the DCMI Box Encoding Scheme."@en ;
                               rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                               rdfs:label "DCMI Box"@en ;
                               rdfs:seeAlso <https://www.dublincore.org/specifications/dublin-core/dcmi-box/> .


<http://purl.org/dc/terms/FileFormat> rdfs:comment "A digital resource format."@en ;
                                      rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                      rdfs:label "File Format"@en .


<http://purl.org/dc/terms/Frequency> rdfs:comment "A rate at which something recurs."@en ;
                                     rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                     rdfs:label "Frequency"@en .


<http://purl.org/dc/terms/ISO3166> rdfs:comment "The set of codes listed in ISO 3166-1 for the representation of names of countries."@en ;
                                   rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                   rdfs:label "ISO 3166"@en ;
                                   rdfs:seeAlso <https://www.iso.org/obp/ui/#search> .


<http://purl.org/dc/terms/ISO639-2> rdfs:comment "The three-letter alphabetic codes listed in ISO639-2 for the representation of names of languages."@en ;
                                    rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                    rdfs:label "ISO 639-2"@en ;
                                    rdfs:seeAlso <http://lcweb.loc.gov/standards/iso639-2/langhome.html> .


<http://purl.org/dc/terms/ISO639-3> rdfs:comment "The set of three-letter codes listed in ISO 639-3 for the representation of names of languages."@en ;
                                    rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                    rdfs:label "ISO 639-3"@en ;
                                    rdfs:seeAlso <http://www.sil.org/iso639-3/> .


<http://purl.org/dc/terms/Jurisdiction> rdfs:comment "The extent or range of judicial, law enforcement, or other authority."@en ;
                                        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                        rdfs:label "Jurisdiction"@en .


<http://purl.org/dc/terms/LicenseDocument> rdfs:comment "A legal document giving official permission to do something with a resource."@en ;
                                           rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                           rdfs:label "License Document"@en .


<http://purl.org/dc/terms/LinguisticSystem> <http://purl.org/dc/terms/description> "Written, spoken, sign, and computer languages are linguistic systems."@en ;
                                            rdfs:comment "A system of signs, symbols, sounds, gestures, or rules used in communication."@en ;
                                            rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                            rdfs:label "Linguistic System"@en .


<http://purl.org/dc/terms/Location> rdfs:comment "A spatial region or named place."@en ;
                                    rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                    rdfs:label "Location"@en .


<http://purl.org/dc/terms/LocationPeriodOrJurisdiction> rdfs:comment "A location, period of time, or jurisdiction."@en ;
                                                        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                                        rdfs:label "Location, Period, or Jurisdiction"@en .


<http://purl.org/dc/terms/MediaType> rdfs:comment "A file format or physical medium."@en ;
                                     rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                     rdfs:label "Media Type"@en .


<http://purl.org/dc/terms/MediaTypeOrExtent> rdfs:comment "A media type or extent."@en ;
                                             rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                             rdfs:label "Media Type or Extent"@en .


<http://purl.org/dc/terms/MethodOfAccrual> rdfs:comment "A method by which resources are added to a collection."@en ;
                                           rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                           rdfs:label "Method of Accrual"@en .


<http://purl.org/dc/terms/MethodOfInstruction> rdfs:comment "A process that is used to engender knowledge, attitudes, and skills."@en ;
                                               rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                               rdfs:label "Method of Instruction"@en .


<http://purl.org/dc/terms/Period> rdfs:comment "The set of time intervals defined by their limits according to the DCMI Period Encoding Scheme."@en ;
                                  rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                  rdfs:label "DCMI Period"@en ;
                                  rdfs:seeAlso <https://www.dublincore.org/specifications/dublin-core/dcmi-period/> .


<http://purl.org/dc/terms/PeriodOfTime> rdfs:comment "An interval of time that is named or defined by its start and end dates."@en ;
                                        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                        rdfs:label "Period of Time"@en .


<http://purl.org/dc/terms/PhysicalMedium> <http://purl.org/dc/terms/description> "Examples include paper, canvas, or DVD."@en ;
                                          rdfs:comment "A physical material or carrier."@en ;
                                          rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                          rdfs:label "Physical Medium"@en .


<http://purl.org/dc/terms/PhysicalResource> rdfs:comment "A material thing."@en ;
                                            rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                            rdfs:label "Physical Resource"@en .


<http://purl.org/dc/terms/Point> rdfs:comment "The set of points in space defined by their geographic coordinates according to the DCMI Point Encoding Scheme."@en ;
                                 rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                 rdfs:label "DCMI Point"@en ;
                                 rdfs:seeAlso <https://www.dublincore.org/specifications/dublin-core/dcmi-point/> .


<http://purl.org/dc/terms/Policy> rdfs:comment "A plan or course of action by an authority, intended to influence and determine decisions, actions, and other matters."@en ;
                                  rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                  rdfs:label "Policy"@en .


<http://purl.org/dc/terms/ProvenanceStatement> rdfs:comment "Any changes in ownership and custody of a resource since its creation that are significant for its authenticity, integrity, and interpretation."@en ;
                                               rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                               rdfs:label "Provenance Statement"@en .


<http://purl.org/dc/terms/RFC1766> rdfs:comment "The set of tags, constructed according to RFC 1766, for the identification of languages."@en ;
                                   rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                   rdfs:label "RFC 1766"@en ;
                                   rdfs:seeAlso <http://www.ietf.org/rfc/rfc1766.txt> .


<http://purl.org/dc/terms/RFC3066> <http://purl.org/dc/terms/description> "RFC 3066 has been obsoleted by RFC 4646."@en ;
                                   rdfs:comment "The set of tags constructed according to RFC 3066 for the identification of languages."@en ;
                                   rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                   rdfs:label "RFC 3066"@en ;
                                   rdfs:seeAlso <http://www.ietf.org/rfc/rfc3066.txt> .


<http://purl.org/dc/terms/RFC4646> <http://purl.org/dc/terms/description> "RFC 4646 obsoletes RFC 3066."@en ;
                                   rdfs:comment "The set of tags constructed according to RFC 4646 for the identification of languages."@en ;
                                   rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                   rdfs:label "RFC 4646"@en ;
                                   rdfs:seeAlso <http://www.ietf.org/rfc/rfc4646.txt> .


<http://purl.org/dc/terms/RFC5646> <http://purl.org/dc/terms/description> "RFC 5646 obsoletes RFC 4646."@en ;
                                   rdfs:comment "The set of tags constructed according to RFC 5646 for the identification of languages."@en ;
                                   rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                   rdfs:label "RFC 5646"@en ;
                                   rdfs:seeAlso <http://www.ietf.org/rfc/rfc5646.txt> .


<http://purl.org/dc/terms/RightsStatement> rdfs:comment "A statement about the intellectual property rights (IPR) held in or over a resource, a legal document giving official permission to do something with a resource, or a statement about access rights."@en ;
                                           rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                           rdfs:label "Rights Statement"@en .


<http://purl.org/dc/terms/SizeOrDuration> <http://purl.org/dc/terms/description> "Examples include a number of pages, a specification of length, width, and breadth, or a period in hours, minutes, and seconds."@en ;
                                          rdfs:comment "A dimension or extent, or a time taken to play or execute."@en ;
                                          rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                          rdfs:label "Size or Duration"@en .


<http://purl.org/dc/terms/Standard> rdfs:comment "A reference point against which other things can be evaluated or compared."@en ;
                                    rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                    rdfs:label "Standard"@en .


<http://purl.org/dc/terms/URI> rdfs:comment "The set of identifiers constructed according to the generic syntax for Uniform Resource Identifiers as specified by the Internet Engineering Task Force."@en ;
                               rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                               rdfs:label "URI"@en ;
                               rdfs:seeAlso <http://www.ietf.org/rfc/rfc3986.txt> .


<http://purl.org/dc/terms/W3CDTF> rdfs:comment "The set of dates and times constructed according to the W3C Date and Time Formats Specification."@en ;
                                  rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                  rdfs:label "W3C-DTF"@en ;
                                  rdfs:seeAlso <http://www.w3.org/TR/NOTE-datetime> .


<http://purl.org/dc/terms/abstract> rdfs:comment "A summary of the resource."@en ;
                                    rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                    rdfs:label "Abstract"@en .


<http://purl.org/dc/terms/accessRights> <http://purl.org/dc/dcam/rangeIncludes> <http://purl.org/dc/terms/RightsStatement> ;
                                        <http://purl.org/dc/terms/description> "Access Rights may include information regarding access or restrictions based on privacy, security, or other policies."@en ;
                                        rdfs:comment "Information about who access the resource or an indication of its security status."@en ;
                                        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                        rdfs:label "Access Rights"@en .


<http://purl.org/dc/terms/accrualMethod> <http://purl.org/dc/dcam/rangeIncludes> <http://purl.org/dc/terms/MethodOfAccrual> ;
                                         <http://purl.org/dc/terms/description> "Recommended practice is to use a value from the Collection Description Accrual Method Vocabulary [[DCMI-ACCRUALMETHOD](https://dublincore.org/groups/collections/accrual-method/)]."@en ;
                                         rdfs:comment "The method by which items are added to a collection."@en ;
                                         rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                         rdfs:label "Accrual Method"@en .


<http://purl.org/dc/terms/accrualPeriodicity> <http://purl.org/dc/dcam/rangeIncludes> <http://purl.org/dc/terms/Frequency> ;
                                              <http://purl.org/dc/terms/description> "Recommended practice is to use a value from the Collection Description Frequency Vocabulary [[DCMI-COLLFREQ](https://dublincore.org/groups/collections/frequency/)]."@en ;
                                              rdfs:comment "The frequency with which items are added to a collection."@en ;
                                              rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                              rdfs:label "Accrual Periodicity"@en .


<http://purl.org/dc/terms/accrualPolicy> <http://purl.org/dc/dcam/rangeIncludes> <http://purl.org/dc/terms/Policy> ;
                                         <http://purl.org/dc/terms/description> "Recommended practice is to use a value from the Collection Description Accrual Policy Vocabulary [[DCMI-ACCRUALPOLICY](https://dublincore.org/groups/collections/accrual-policy/)]."@en ;
                                         rdfs:comment "The policy governing the addition of items to a collection."@en ;
                                         rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                         rdfs:label "Accrual Policy"@en .


<http://purl.org/dc/terms/alternative> <http://purl.org/dc/terms/description> "The distinction between titles and alternative titles is application-specific."@en ;
                                       rdfs:comment "An alternative name for the resource."@en ;
                                       rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                       rdfs:label "Alternative Title"@en .


<http://purl.org/dc/terms/audience> <http://purl.org/dc/dcam/rangeIncludes> <http://purl.org/dc/terms/AgentClass> ;
                                    <http://purl.org/dc/terms/description> "Recommended practice is to use this property with non-literal values from a vocabulary of audience types."@en ;
                                    rdfs:comment "A class of agents for whom the resource is intended or useful."@en ;
                                    rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                    rdfs:label "Audience"@en .


<http://purl.org/dc/terms/available> <http://purl.org/dc/terms/description> "Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty."@en ;
                                     rdfs:comment "Date that the resource became or will become available."@en ;
                                     rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                     rdfs:label "Date Available"@en .


<http://purl.org/dc/terms/bibliographicCitation> <http://purl.org/dc/terms/description> "Recommended practice is to include sufficient bibliographic detail to identify the resource as unambiguously as possible."@en ;
                                                 rdfs:comment "A bibliographic reference for the resource."@en ;
                                                 rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                                 rdfs:label "Bibliographic Citation"@en .


<http://purl.org/dc/terms/conformsTo> <http://purl.org/dc/dcam/rangeIncludes> <http://purl.org/dc/terms/Standard> ;
                                      rdfs:comment "An established standard to which the described resource conforms."@en ;
                                      rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                      rdfs:label "Conforms To"@en .


<http://purl.org/dc/terms/contributor> <http://purl.org/dc/dcam/rangeIncludes> <http://purl.org/dc/terms/Agent> ;
                                       <http://purl.org/dc/terms/description> "The guidelines for using names of persons or organizations as creators apply to contributors."@en ;
                                       rdfs:comment "An entity responsible for making contributions to the resource."@en ;
                                       rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                       rdfs:label "Contributor"@en .


<http://purl.org/dc/terms/coverage> <http://purl.org/dc/dcam/rangeIncludes> <http://purl.org/dc/terms/Jurisdiction> ,
                                                                            <http://purl.org/dc/terms/Location> ,
                                                                            <http://purl.org/dc/terms/Period> ;
                                    <http://purl.org/dc/terms/description> "Spatial topic and spatial applicability may be a named place or a location specified by its geographic coordinates. Temporal topic may be a named period, date, or date range. A jurisdiction may be a named administrative entity or a geographic place to which the resource applies. Recommended practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names [[TGN](https://www.getty.edu/research/tools/vocabulary/tgn/index.html)]. Where appropriate, named places or time periods may be used in preference to numeric identifiers such as sets of coordinates or date ranges.  Because coverage is so broadly defined, it is preferable to use the more specific subproperties Temporal Coverage and Spatial Coverage."@en ;
                                    rdfs:comment "The spatial or temporal topic of the resource, spatial applicability of the resource, or jurisdiction under which the resource is relevant."@en ;
                                    rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                    rdfs:label "Coverage"@en .


<http://purl.org/dc/terms/created> <http://purl.org/dc/terms/description> "Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty."@en ;
                                   rdfs:comment "Date of creation of the resource."@en ;
                                   rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                   rdfs:label "Date Created"@en .


<http://purl.org/dc/terms/creator> <http://purl.org/dc/dcam/rangeIncludes> <http://purl.org/dc/terms/Agent> ;
                                   <http://purl.org/dc/terms/description> "Recommended practice is to identify the creator with a URI.  If this is not possible or feasible, a literal value that identifies the creator may be provided."@en ;
                                   rdfs:comment "An entity responsible for making the resource."@en ;
                                   rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                   rdfs:label "Creator"@en .


<http://purl.org/dc/terms/date> <http://purl.org/dc/terms/description> "Date may be used to express temporal information at any level of granularity.  Recommended practice is to express the date, date/time, or period of time according to ISO 8601-1 [[ISO 8601-1](https://www.iso.org/iso-8601-date-and-time-format.html)] or a published profile of the ISO standard, such as the W3C Note on Date and Time Formats [[W3CDTF](https://www.w3.org/TR/NOTE-datetime)] or the Extended Date/Time Format Specification [[EDTF](http://www.loc.gov/standards/datetime/)].  If the full date is unknown, month and year (YYYY-MM) or just year (YYYY) may be used. Date ranges may be specified using ISO 8601 period of time specification in which start and end dates are separated by a '/' (slash) character.  Either the start or end date may be missing."@en ;
                                rdfs:comment "A point or period of time associated with an event in the lifecycle of the resource."@en ;
                                rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                rdfs:label "Date"@en .


<http://purl.org/dc/terms/dateAccepted> <http://purl.org/dc/terms/description> "Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty.  Examples of resources to which a date of acceptance may be relevant are a thesis (accepted by a university department) or an article (accepted by a journal)."@en ;
                                        rdfs:comment "Date of acceptance of the resource."@en ;
                                        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                        rdfs:label "Date Accepted"@en .


<http://purl.org/dc/terms/dateCopyrighted> <http://purl.org/dc/terms/description> "Typically a year.  Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty."@en ;
                                           rdfs:comment "Date of copyright of the resource."@en ;
                                           rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                           rdfs:label "Date Copyrighted"@en .


<http://purl.org/dc/terms/dateSubmitted> <http://purl.org/dc/terms/description> "Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty.  Examples of resources to which a 'Date Submitted' may be relevant include a thesis (submitted to a university department) or an article (submitted to a journal)."@en ;
                                         rdfs:comment "Date of submission of the resource."@en ;
                                         rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                         rdfs:label "Date Submitted"@en .


<http://purl.org/dc/terms/description> rdf:type owl:AnnotationProperty ;
                                       <http://purl.org/dc/terms/description> "Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource."@en ;
                                       rdfs:comment "An account of the resource."@en ;
                                       rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                       rdfs:label "Description"@en .


<http://purl.org/dc/terms/educationLevel> <http://purl.org/dc/dcam/rangeIncludes> <http://purl.org/dc/terms/AgentClass> ;
                                          rdfs:comment "A class of agents, defined in terms of progression through an educational or training context, for which the described resource is intended."@en ;
                                          rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                          rdfs:label "Audience Education Level"@en .


<http://purl.org/dc/terms/extent> <http://purl.org/dc/dcam/rangeIncludes> <http://purl.org/dc/terms/SizeOrDuration> ;
                                  <http://purl.org/dc/terms/description> "Recommended practice is to specify the file size in megabytes and duration in ISO 8601 format."@en ;
                                  rdfs:comment "The size or duration of the resource."@en ;
                                  rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                  rdfs:label "Extent"@en .


<http://purl.org/dc/terms/format> <http://purl.org/dc/dcam/rangeIncludes> <http://purl.org/dc/terms/Extent> ,
                                                                          <http://purl.org/dc/terms/MediaType> ;
                                  <http://purl.org/dc/terms/description> "Recommended practice is to use a controlled vocabulary where available. For example, for file formats one could use the list of Internet Media Types [[MIME](https://www.iana.org/assignments/media-types/media-types.xhtml)].  Examples of dimensions include size and duration."@en ;
                                  rdfs:comment "The file format, physical medium, or dimensions of the resource."@en ;
                                  rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                  rdfs:label "Format"@en .


<http://purl.org/dc/terms/hasFormat> <http://purl.org/dc/terms/description> "This property is intended to be used with non-literal values. This property is an inverse property of Is Format Of."@en ;
                                     rdfs:comment "A related resource that is substantially the same as the pre-existing described resource, but in another format."@en ;
                                     rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                     rdfs:label "Has Format"@en .


<http://purl.org/dc/terms/hasPart> <http://purl.org/dc/terms/description> "This property is intended to be used with non-literal values. This property is an inverse property of Is Part Of."@en ;
                                   rdfs:comment "A related resource that is included either physically or logically in the described resource."@en ;
                                   rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                   rdfs:label "Has Part"@en .


<http://purl.org/dc/terms/hasVersion> <http://purl.org/dc/terms/description> "Changes in version imply substantive changes in content rather than differences in format. This property is intended to be used with non-literal values. This property is an inverse property of Is Version Of."@en ;
                                      rdfs:comment "A related resource that is a version, edition, or adaptation of the described resource."@en ;
                                      rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                      rdfs:label "Has Version"@en .


<http://purl.org/dc/terms/identifier> <http://purl.org/dc/terms/description> "Recommended practice is to identify the resource by means of a string conforming to an identification system. Examples include International Standard Book Number (ISBN), Digital Object Identifier (DOI), and Uniform Resource Name (URN).  Persistent identifiers should be provided as HTTP URIs."@en ;
                                      rdfs:comment "An unambiguous reference to the resource within a given context."@en ;
                                      rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                      rdfs:label "Identifier"@en .


<http://purl.org/dc/terms/isFormatOf> <http://purl.org/dc/terms/description> "This property is intended to be used with non-literal values. This property is an inverse property of Has Format."@en ;
                                      rdfs:comment "A pre-existing related resource that is substantially the same as the described resource, but in another format."@en ;
                                      rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                      rdfs:label "Is Format Of"@en .


<http://purl.org/dc/terms/isPartOf> <http://purl.org/dc/terms/description> "This property is intended to be used with non-literal values. This property is an inverse property of Has Part."@en ;
                                    rdfs:comment "A related resource in which the described resource is physically or logically included."@en ;
                                    rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                    rdfs:label "Is Part Of"@en .


<http://purl.org/dc/terms/isReferencedBy> <http://purl.org/dc/terms/description> "This property is intended to be used with non-literal values. This property is an inverse property of References."@en ;
                                          rdfs:comment "A related resource that references, cites, or otherwise points to the described resource."@en ;
                                          rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                          rdfs:label "Is Referenced By"@en .


<http://purl.org/dc/terms/isReplacedBy> <http://purl.org/dc/terms/description> "This property is intended to be used with non-literal values. This property is an inverse property of Replaces."@en ;
                                        rdfs:comment "A related resource that supplants, displaces, or supersedes the described resource."@en ;
                                        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                        rdfs:label "Is Replaced By"@en .


<http://purl.org/dc/terms/isRequiredBy> <http://purl.org/dc/terms/description> "This property is intended to be used with non-literal values. This property is an inverse property of Requires."@en ;
                                        rdfs:comment "A related resource that requires the described resource to support its function, delivery, or coherence."@en ;
                                        rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                        rdfs:label "Is Required By"@en .


<http://purl.org/dc/terms/isVersionOf> <http://purl.org/dc/terms/description> "Changes in version imply substantive changes in content rather than differences in format. This property is intended to be used with non-literal values. This property is an inverse property of Has Version."@en ;
                                       rdfs:comment "A related resource of which the described resource is a version, edition, or adaptation."@en ;
                                       rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                       rdfs:label "Is Version Of"@en .


<http://purl.org/dc/terms/issued> <http://purl.org/dc/terms/description> "Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty."@en ;
                                  rdfs:comment "Date of formal issuance of the resource."@en ;
                                  rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                  rdfs:label "Date Issued"@en .


<http://purl.org/dc/terms/language> <http://purl.org/dc/dcam/rangeIncludes> <http://purl.org/dc/terms/LinguisticSystem> ;
                                    <http://purl.org/dc/terms/description> "Recommended practice is to use either a non-literal value representing a language from a controlled vocabulary such as ISO 639-2 or ISO 639-3, or a literal value consisting of an IETF Best Current Practice 47 [[IETF-BCP47](https://tools.ietf.org/html/bcp47)] language tag."@en ;
                                    rdfs:comment "A language of the resource."@en ;
                                    rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                    rdfs:label "Language"@en .


<http://purl.org/dc/terms/license> <http://purl.org/dc/dcam/rangeIncludes> <http://purl.org/dc/terms/LicenseDocument> ;
                                   <http://purl.org/dc/terms/description> "Recommended practice is to identify the license document with a URI. If this is not possible or feasible, a literal value that identifies the license may be provided."@en ;
                                   rdfs:comment "A legal document giving official permission to do something with the resource."@en ;
                                   rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                   rdfs:label "License"@en .


<http://purl.org/dc/terms/mediator> <http://purl.org/dc/dcam/rangeIncludes> <http://purl.org/dc/terms/AgentClass> ;
                                    <http://purl.org/dc/terms/description> "In an educational context, a mediator might be a parent, teacher, teaching assistant, or care-giver."@en ;
                                    rdfs:comment "An entity that mediates access to the resource."@en ;
                                    rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                    rdfs:label "Mediator"@en .


<http://purl.org/dc/terms/medium> <http://purl.org/dc/dcam/domainIncludes> <http://purl.org/dc/terms/PhysicalResource> ;
                                  <http://purl.org/dc/dcam/rangeIncludes> <http://purl.org/dc/terms/PhysicalMedium> ;
                                  rdfs:comment "The material or physical carrier of the resource."@en ;
                                  rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                  rdfs:label "Medium"@en .


<http://purl.org/dc/terms/modified> <http://purl.org/dc/terms/description> "Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty."@en ;
                                    rdfs:comment "Date on which the resource was changed."@en ;
                                    rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                    rdfs:label "Date Modified"@en .


<http://purl.org/dc/terms/publisher> <http://purl.org/dc/dcam/rangeIncludes> <http://purl.org/dc/terms/Agent> ;
                                     rdfs:comment "An entity responsible for making the resource available."@en ;
                                     rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                     rdfs:label "Publisher"@en .


<http://purl.org/dc/terms/references> <http://purl.org/dc/terms/description> "This property is intended to be used with non-literal values. This property is an inverse property of Is Referenced By."@en ;
                                      rdfs:comment "A related resource that is referenced, cited, or otherwise pointed to by the described resource."@en ;
                                      rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                      rdfs:label "References"@en .


<http://purl.org/dc/terms/relation> <http://purl.org/dc/terms/description> "Recommended practice is to identify the related resource by means of a URI.  If this is not possible or feasible, a string conforming to a formal identification system may be provided."@en ;
                                    rdfs:comment "A related resource."@en ;
                                    rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                    rdfs:label "Relation"@en .


<http://purl.org/dc/terms/replaces> <http://purl.org/dc/terms/description> "This property is intended to be used with non-literal values. This property is an inverse property of Is Replaced By."@en ;
                                    rdfs:comment "A related resource that is supplanted, displaced, or superseded by the described resource."@en ;
                                    rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                    rdfs:label "Replaces"@en .


<http://purl.org/dc/terms/requires> <http://purl.org/dc/terms/description> "This property is intended to be used with non-literal values. This property is an inverse property of Is Required By."@en ;
                                    rdfs:comment "A related resource that is required by the described resource to support its function, delivery, or coherence."@en ;
                                    rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                    rdfs:label "Requires"@en .


<http://purl.org/dc/terms/rights> <http://purl.org/dc/dcam/rangeIncludes> <http://purl.org/dc/terms/RightsStatement> ;
                                  <http://purl.org/dc/terms/description> "Typically, rights information includes a statement about various property rights associated with the resource, including intellectual property rights.  Recommended practice is to refer to a rights statement with a URI.  If this is not possible or feasible, a literal value (name, label, or short text) may be provided."@en ;
                                  rdfs:comment "Information about rights held in and over the resource."@en ;
                                  rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                  rdfs:label "Rights"@en .


<http://purl.org/dc/terms/source> <http://purl.org/dc/terms/description> "This property is intended to be used with non-literal values. The described resource may be derived from the related resource in whole or in part. Best practice is to identify the related resource by means of a URI or a string conforming to a formal identification system."@en ;
                                  rdfs:comment "A related resource from which the described resource is derived."@en ;
                                  rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                  rdfs:label "Source"@en .


<http://purl.org/dc/terms/spatial> <http://purl.org/dc/dcam/rangeIncludes> <http://purl.org/dc/terms/Location> ;
                                   rdfs:comment "Spatial characteristics of the resource."@en ;
                                   rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                   rdfs:label "Spatial Coverage"@en .


<http://purl.org/dc/terms/subject> <http://purl.org/dc/terms/description> "Recommended practice is to refer to the subject with a URI. If this is not possible or feasible, a literal value that identifies the subject may be provided. Both should preferably refer to a subject in a controlled vocabulary."@en ;
                                   rdfs:comment "A topic of the resource."@en ;
                                   rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                   rdfs:label "Subject"@en .


<http://purl.org/dc/terms/tableOfContents> rdfs:comment "A list of subunits of the resource."@en ;
                                           rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                           rdfs:label "Table Of Contents"@en .


<http://purl.org/dc/terms/temporal> <http://purl.org/dc/dcam/rangeIncludes> <http://purl.org/dc/terms/PeriodOfTime> ;
                                    rdfs:comment "Temporal characteristics of the resource."@en ;
                                    rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                    rdfs:label "Temporal Coverage"@en .


<http://purl.org/dc/terms/title> rdfs:comment "A name given to the resource."@en ;
                                 rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                 rdfs:label "Title"@en .


<http://purl.org/dc/terms/type> <http://purl.org/dc/terms/description> "Recommended practice is to use a controlled vocabulary such as the DCMI Type Vocabulary [[DCMI-TYPE](http://dublincore.org/documents/dcmi-type-vocabulary/)]. To describe the file format, physical medium, or dimensions of the resource, use the property Format."@en ;
                                rdfs:comment "The nature or genre of the resource."@en ;
                                rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                rdfs:label "Type"@en .


<http://purl.org/dc/terms/valid> <http://purl.org/dc/terms/description> "Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty."@en ;
                                 rdfs:comment "Date (often a range) of validity of a resource."@en ;
                                 rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                 rdfs:label "Date Valid"@en .


#################################################################
#    General axioms
#################################################################

[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :AccidentElement
                :Bridge
                :CountingPoint
                :Equipment
                :Road
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :EndPoint
                :MidPoint
                :StartPoint
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :VerticalPositioningAbove
                :VerticalPositioningBelow
                :VerticalPositioningOn
              )
] .


[ rdf:type owl:AllDisjointProperties ;
  owl:members ( :isLocatedAtEndpoint
                :isLocatedAtMidpoint
                :isLocatedAtStartpoint
              )
] .


###  Generated by the OWL API (version 5.1.18) https://github.com/owlcs/owlapi/
