@prefix : <https://w3id.org/rdo#> .
@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://w3id.org/rdo#> .

<https://w3id.org/rdo> rdf:type owl:Ontology ;
                        owl:versionIRI <https://w3id.org/rdo/0.5> ;
                        owl:imports <http://purl.org/spar/foaf> ,
                                    <https://pi.pauwel.be/voc/buildingelement> ,
                                    <https://w3id.org/dot/0.8> ;
                        <http://purl.org/dc/elements/1.1/publisher> "Cyberbuild, University of Edinburgh" ;
                        <http://purl.org/dc/terms/created> "2026-02-06"^^rdfs:Literal ;
                        <http://purl.org/dc/terms/creator> "Frederic Bosche, University of Edinburgh" ,
                                                           "Jiajun Li, University of Edinburgh" ;
                        <http://purl.org/dc/terms/license> "https://creativecommons.org/licenses/by/4.0/" ;
                        <http://purl.org/dc/terms/title> "Roof Damage Ontology" ;
                        <http://purl.org/vocab/vann/preferredNamespacePrefix> "rdo" ;
                        <http://purl.org/vocab/vann/preferredNamespaceUri> "https://w3id.org/rdo#" ;
                        rdfs:comment "This ontology provides a semantic framework for representing roof condition inspection information, including roofs and roof pitches, inspections, orthophotos, and image-derived defect observations. It is designed to support structured documentation, querying, and interoperability within digital twin–based workflows for roof condition monitoring and maintenance, particularly in the context of existing and heritage buildings." ,
                                     "This ontology was developed with support from Historic Environment Scotland (HES) and the Engineering and Physical Sciences Research Council (EPSRC), and informed by collaboration with domain experts in heritage roof inspection and maintenance." ;
                        owl:versionInfo 0.5 .

#################################################################
#    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/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/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> 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> 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> 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> 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> 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> rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/date> .


###  http://purl.org/dc/terms/language
<http://purl.org/dc/terms/language> rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/language> .


###  http://purl.org/dc/terms/license
<http://purl.org/dc/terms/license> 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> rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/date> .


###  http://purl.org/dc/terms/publisher
<http://purl.org/dc/terms/publisher> 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> 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> .


###  http://purl.org/vocab/vann/example
<http://purl.org/vocab/vann/example> rdf:type owl:AnnotationProperty .


###  http://schema.org/#domainIncludes
<http://schema.org/#domainIncludes> rdf:type owl:AnnotationProperty .


#################################################################
#    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
#################################################################

###  http://webprotege.stanford.edu/RkSo6PclimyTVhUedJeJUk
<http://webprotege.stanford.edu/RkSo6PclimyTVhUedJeJUk> rdf:type owl:ObjectProperty ;
                                                        owl:inverseOf <urn:webprotege:ontology:dc88ba2e-7e28-4c89-8637-655a2b9ad945#belongsto> ;
                                                        rdfs:domain <https://pi.pauwel.be/voc/buildingelement#Roof> ;
                                                        rdfs:range <http://webprotege.stanford.edu/RCsOXjQhDvzdCqC92ncCBu> ;
                                                        rdfs:comment """Represents a part–whole relationship where a roof consists of one or more pitches.
Conceptually aligned with standard part–whole relations (e.g. BFO:has_part), without importing upper-level ontologies.""" ;
                                                        rdfs:label "has Pitch" .


###  https://w3id.org/dot#documentationFromInspection
<https://w3id.org/dot#documentationFromInspection> rdf:type owl:ObjectProperty ;
                                                   rdfs:domain <https://w3id.org/dot#Documentation> ;
                                                   rdfs:range <https://w3id.org/dot#Inspection> .


###  https://w3id.org/rdo#HasAppearance
:HasAppearance rdf:type owl:ObjectProperty ;
               owl:inverseOf :is_Inspection_Observation_Of ;
               rdfs:domain <https://w3id.org/dot#Damage> ;
               rdfs:range :Damage_Inspection_Observation ;
               rdfs:comment "Relationship between a damage presence and the corresponding inspection observation." ;
               rdfs:label "has Inspection Observation" .


###  https://w3id.org/rdo#Is_Composed_Of
:Is_Composed_Of rdf:type owl:ObjectProperty ;
                rdfs:domain <https://w3id.org/dot#Damage> ;
                rdfs:range <https://w3id.org/dot#Damage> ;
                rdfs:comment "Relationship between classified damage instances forming a composite classified damage." ;
                rdfs:label "is Composed Of" .


###  https://w3id.org/rdo#affect_Product
:affect_Product rdf:type owl:ObjectProperty ;
                rdfs:domain <https://w3id.org/dot#Damage> ;
                rdfs:range <https://schema.org/Product> ;
                rdfs:comment "Relationship between a damage and the product it affects." ;
                rdfs:label "affects Product" .


###  https://w3id.org/rdo#has_Damage_Observation_Location
:has_Damage_Observation_Location rdf:type owl:ObjectProperty ;
                                 owl:inverseOf :has_Image ;
                                 rdfs:domain :Image ;
                                 rdfs:range :Damage_Image_Location ;
                                 rdfs:comment """Relationship between an Image and one or more Damage Observation Image Locations recorded within that image.
This property is the inverse of has Image and enables queries from an image to the damage observation locations it contains.""" ;
                                 rdfs:label "has Damage Observation Location" .


###  https://w3id.org/rdo#has_Image
:has_Image rdf:type owl:ObjectProperty ;
           rdfs:domain :Damage_Image_Location ;
           rdfs:range :Image ;
           rdfs:comment "Relationship between a damage image location and the corresponding image." ;
           rdfs:label "has Image" .


###  https://w3id.org/rdo#has_Location_in
:has_Location_in rdf:type owl:ObjectProperty ;
                 owl:inverseOf :locates_Damage ;
                 rdfs:domain :Damage_Inspection_Observation ;
                 rdfs:range :Damage_Image_Location ;
                 rdfs:comment """Links a Damage Inspection Observation to the corresponding Damage Observation Image Location where it is spatially located within visual documentation.
This property is the inverse of locates and enables queries from inspection observations to their associated image locations.""" ;
                 rdfs:label "has Location In" .


###  https://w3id.org/rdo#is_Inspection_Observation_Of
:is_Inspection_Observation_Of rdf:type owl:ObjectProperty ;
                              rdfs:comment "Relationship between an inspection observation and the corresponding damage entity" ;
                              rdfs:label "is Inspection Observation Of" .


###  https://w3id.org/rdo#locates_Damage
:locates_Damage rdf:type owl:ObjectProperty ;
                rdfs:domain :Damage_Image_Location ;
                rdfs:range :Damage_Inspection_Observation ;
                rdfs:comment """Represents the relationship between a damage image location (e.g. a region on an orthophoto) and the damage inspection observation it refers to.
This allows a detected damage observed during an inspection to be spatially located within visual documentation.""" ;
                rdfs:label "locates" .


###  urn:webprotege:ontology:dc88ba2e-7e28-4c89-8637-655a2b9ad945#belongsto
<urn:webprotege:ontology:dc88ba2e-7e28-4c89-8637-655a2b9ad945#belongsto> rdf:type owl:ObjectProperty ;
                                                                         rdfs:domain <http://webprotege.stanford.edu/RCsOXjQhDvzdCqC92ncCBu> ;
                                                                         rdfs:range <https://pi.pauwel.be/voc/buildingelement#Roof> ;
                                                                         rdfs:comment "Relationship between a pitch and the roof it belongs to." ;
                                                                         rdfs:label "is Pitch Of" .


#################################################################
#    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:domain <https://w3id.org/dot#Inspection> ;
                                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 .


###  http://webprotege.stanford.edu/RB3bxfNs0KGdXacZxMLhjzb
<http://webprotege.stanford.edu/RB3bxfNs0KGdXacZxMLhjzb> rdf:type owl:DatatypeProperty ;
                                                         rdfs:subPropertyOf owl:topDataProperty ;
                                                         rdfs:domain <https://w3id.org/dot#Damage> ;
                                                         rdfs:range xsd:decimal ;
                                                         rdfs:comment "The confidence associated with an observation or assessment of a damage." ;
                                                         rdfs:label "confidence" .


###  http://xmlns.com/foaf/0.1/name
<http://xmlns.com/foaf/0.1/name> rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
                                 rdfs:range xsd:string .


###  https://w3id.org/rdo#Caveat
:Caveat rdf:type owl:DatatypeProperty ;
        rdfs:domain <https://w3id.org/dot#Inspection> ;
        rdfs:range xsd:string ;
        rdfs:comment "Specifies how inspection data were acquired, describing the data acquisition method used during an inspection (e.g. UAV-based photogrammetry, ground-based visual inspection, handheld photography, or mixed approaches). This property supports interpretation of inspection outcomes by making data provenance explicit." ;
        rdfs:label "data acquisition type" .


###  https://w3id.org/rdo#analysis_type
:analysis_type rdf:type owl:DatatypeProperty ;
               rdfs:domain <https://w3id.org/dot#Inspection> ;
               rdfs:range xsd:string ;
               rdfs:comment "Specifies the type of analysis applied to inspection data, such as AI-assisted image analysis, manual expert assessment, or hybrid approaches. This property clarifies how inspection findings and defect classifications were produced, and helps to make potential limitations of the inspection results explicit." ;
               rdfs:label "analysis type" .


###  https://w3id.org/rdo#environmental_context
:environmental_context rdf:type owl:DatatypeProperty ;
                       rdfs:subPropertyOf owl:topDataProperty ;
                       rdfs:domain <https://w3id.org/dot#Inspection> ;
                       rdfs:range xsd:string ;
                       rdfs:comment "Describes the environmental conditions surrounding the building or present at the time of inspection that may influence moisture behaviour, surface visibility, and deterioration processes. Where more detailed environmental information is required, this property may be aligned with external weather or climate ontologies (e.g., https://bimerr.iot.linkeddata.es/def/weather/) to enable richer and time-specific representations." ;
                       rdfs:label "environmental context" .


###  https://w3id.org/rdo#exposure_level
:exposure_level rdf:type owl:DatatypeProperty ;
                rdfs:subPropertyOf owl:topDataProperty ;
                rdfs:domain <http://webprotege.stanford.edu/RCsOXjQhDvzdCqC92ncCBu> ;
                rdfs:range xsd:string ;
                rdfs:comment "Characterises the degree to which a pitch is exposed to weathering forces (e.g., sheltered or exposed). Exposure level influences the likelihood of wind-driven rain penetration, accelerated weathering of materials, and deterioration at junctions, but does not alone determine the presence or severity of defects." ;
                rdfs:label "exposure level" .


###  https://w3id.org/rdo#hasConditionLevel
:hasConditionLevel rdf:type owl:DatatypeProperty ,
                            owl:FunctionalProperty ;
                   rdfs:domain <https://schema.org/Product> ;
                   rdfs:range xsd:string ;
                   rdfs:comment """Represents the assessed condition rating of a building element (e.g., roof or roof pitch), derived from visual inspection and used to indicate the severity of deterioration and the urgency of maintenance or repair. 
The value typically follows standardised building survey rating systems, such as the RICS Condition Ratings (1–3, traffic light system) or equivalent condition indices (e.g., numerical scales indicating maintenance, restoration, or replacement needs).""" ;
                   rdfs:label "condition level" .


###  https://w3id.org/rdo#hasDefectType
:hasDefectType rdf:type owl:DatatypeProperty ;
               rdfs:domain <https://w3id.org/dot#ClassifiedDamage> ;
               rdfs:range xsd:string ;
               rdfs:comment """This data property specifies the type of defect identified for a Classified Damage during roof inspection.

The defect types are expressed as descriptive values rather than modelled as individuals. They reflect inspection outcomes and expert interpretation.

Typical defect types include:

Slate Biological Growth (subclass of Classified Damage):
– algae: thin biological growth typically associated with surface moisture and damp environmental conditions;
– lichen: slow-growing biological organisms indicating long-term environmental exposure;
– moss: thicker biological growth that retains moisture and may contribute to accelerated material deterioration.

Slate Structural Defect (subclass of Classified Damage):
– broken slate: cracked or fractured slate that may allow water penetration;
– displaced slate: slate that has moved from its original position, potentially compromising weather tightness;
– missing slate: complete absence of a slate, directly exposing underlying roof layers.

The listed defect types are illustrative and not intended to form an exhaustive taxonomy.""" ;
               rdfs:label "Defect type" .


###  https://w3id.org/rdo#hasRepairStatus
:hasRepairStatus rdf:type owl:DatatypeProperty ;
                 rdfs:domain <https://w3id.org/dot#ClassifiedDamage> ;
                 rdfs:range xsd:string ;
                 rdfs:comment """Represents the observed or inferred repair status of a damage instance relative to the latest available inspection results, and where applicable, comparisons across multiple inspections.

The status reflects the current observation-based interpretation and does not necessarily indicate the existence of an explicit repair record.

Typical values include:

- \"active\": The damage is explicitly detected and confirmed to be present in the latest inspection.
- \"not_observed\": The damage is not detected in the latest inspection. This does not imply that the damage has been repaired, as the absence may be due to occlusion, limited visibility, data quality issues, or detection uncertainty.
- \"likely_repaired\": Based on comparisons across multiple inspections, there is strong observational evidence suggesting that the damage may have been repaired; however, no explicit repair record or confirmation is available.
- \"confirmed_repaired\": The damage is considered repaired based on explicit confirmation, such as a repair record, maintenance documentation, or expert validation. This status indicates recorded confirmation rather than purely observation-based inference.""" ;
                 rdfs:label "repair status" .


###  https://w3id.org/rdo#hasResolution
:hasResolution rdf:type owl:DatatypeProperty ;
               rdfs:domain :Image ;
               rdfs:range xsd:decimal ;
               rdfs:comment "The resolution of the orthophoto, representing the size of each pixel in meters. For example, a value of \"0.005\" means each pixel represents 5mm by 5mm." ;
               rdfs:label "resolution" .


###  https://w3id.org/rdo#hasX
:hasX rdf:type owl:DatatypeProperty ;
      rdfs:domain <https://w3id.org/dot#Damage> ;
      rdfs:range xsd:string ;
      rdfs:comment "The 3D spatial location of the damage instance in the real-world coordinate system." ;
      rdfs:label "3D location" .


###  https://w3id.org/rdo#junction_context
:junction_context rdf:type owl:DatatypeProperty ;
                  rdfs:domain <https://w3id.org/dot#Damage> ;
                  rdfs:range xsd:string ;
                  rdfs:comment "A description of whether and how a damage is associated with a junction. This property is used to record junction-related context that is difficult to capture purely geometrically, such as “junction between slate and leadwork (material junction)” or “junction between roof and masonry (element junction)”. Junction information supports interpretation of likely failure mechanisms and potential water ingress pathways." ;
                  rdfs:label "junction context" .


###  https://w3id.org/rdo#junction_type
:junction_type rdf:type owl:DatatypeProperty ;
               rdfs:subPropertyOf owl:topDataProperty ;
               rdfs:domain <https://w3id.org/dot#Damage> ;
               rdfs:range xsd:string ;
               rdfs:comment "Indicates the junction category relevant to the damage (e.g., material junction or element junction). This supports consistent reporting and querying of junction-related failures." ;
               rdfs:label "junction type" .


###  https://w3id.org/rdo#orientation
:orientation rdf:type owl:DatatypeProperty ;
             rdfs:subPropertyOf owl:topDataProperty ;
             rdfs:domain <http://webprotege.stanford.edu/RCsOXjQhDvzdCqC92ncCBu> ;
             rdfs:range xsd:string ;
             rdfs:comment "Represents the facing direction (aspect) of a pitch (e.g., cardinal direction or azimuth). Orientation is pitch-specific and supports interpretation of differential moisture retention, biological growth, and weathering patterns observed during inspection, particularly where multiple pitches on the same roof exhibit different deterioration behaviours." ;
             rdfs:label "orientation" .


###  https://w3id.org/rdo#pitch_angle
:pitch_angle rdf:type owl:DatatypeProperty ;
             rdfs:domain <http://webprotege.stanford.edu/RCsOXjQhDvzdCqC92ncCBu> ;
             rdfs:range xsd:decimal ;
             rdfs:comment "Pitch angle is a numerical value (expressed in degrees) representing the inclination of a roof surface. This property uses a decimal value to allow precise measurement. Indicative threshold ranges may be applied for roof characterisation: pitch angles below 10° typically indicate flat roofs; values between 10° and 45° represent low-pitched roofs; and angles greater than 45° indicate steeply pitched roofs. Variations in pitch angle influence drainage behaviour, exposure conditions, defect susceptibility, and inspection and maintenance considerations." ;
             rdfs:label "Pitch angle" .


###  https://w3id.org/rdo#relative_position
:relative_position rdf:type owl:DatatypeProperty ;
                   rdfs:subPropertyOf owl:topDataProperty ;
                   rdfs:domain <http://webprotege.stanford.edu/RCsOXjQhDvzdCqC92ncCBu> ;
                   rdfs:range xsd:string ;
                   rdfs:comment "Specifies the relative position of a pitch within the overall roof configuration (e.g., upper pitch or lower pitch). Relative position is important for inspection interpretation, as lower pitches may receive runoff, debris, or moisture from higher pitches, and are often associated with junction-related issues and concealed water ingress pathways." ;
                   rdfs:label "relative position" .


###  https://w3id.org/rdo#roof_build_up
:roof_build_up rdf:type owl:DatatypeProperty ;
               rdfs:subPropertyOf owl:topDataProperty ;
               rdfs:domain <https://pi.pauwel.be/voc/buildingelement#Roof> ;
               rdfs:range xsd:string ;
               rdfs:comment "A description of the roof build-up (construction make-up), capturing the main roof-related elements and underlying materials relevant to condition assessment. This may include slates, ridge coverings, mortar fillets at wall abutments, lead flashings, wallhead/parapet gutters, chimney stacks, associated stonework/brickwork, and underlying layers such as masonry, lead, mortar, sarking/timber, or flat-roofing materials. This property is intended to record practical construction knowledge often missing from BIM models and to support interpretation of junction-related defects and water ingress mechanisms." ;
               rdfs:label "Roof build-up" .


###  https://w3id.org/rdo#2D_location
<https://w3id.org/rdo#2D_location> rdf:type owl:DatatypeProperty ;
                                   rdfs:domain :Damage_Image_Location ;
                                   rdfs:range xsd:string ;
                                   rdfs:comment "The 2D image location of the observation expressed in pixel coordinates within the associated image or orthophoto." ;
                                   rdfs:label "2D location" .


#################################################################
#    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://webprotege.stanford.edu/R89LStemoQ1MqtJ4u3wNnCc
<http://webprotege.stanford.edu/R89LStemoQ1MqtJ4u3wNnCc> rdf:type owl:Class ;
                                                         rdfs:subClassOf <https://w3id.org/dot#ClassifiedDamage> ;
                                                         rdfs:comment "A Slate Structural Defect represents a physical damage potentially affecting the integrity or position of a roof slate, such as broken, displaced, or missing slate." ;
                                                         rdfs:label "Slate Structural Defect" .


###  http://webprotege.stanford.edu/RCY2aGVeb8KpRCsVrf5s8AD
<http://webprotege.stanford.edu/RCY2aGVeb8KpRCsVrf5s8AD> rdf:type owl:Class ;
                                                         rdfs:subClassOf :Image ;
                                                         rdfs:comment "An Orthophoto is a geometrically corrected image produced from photogrammetric processing, providing a uniform scale representation of roof surfaces and serving as spatial evidence for damage documentation." ;
                                                         rdfs:label "Orthophoto" .


###  http://webprotege.stanford.edu/RCiwm3pFp97sUUNZMKSqwg7
<http://webprotege.stanford.edu/RCiwm3pFp97sUUNZMKSqwg7> rdf:type owl:Class ;
                                                         rdfs:subClassOf <https://w3id.org/dot#Inspection> ;
                                                         rdfs:comment "A Roof Inspection is a specialised inspection activity focusing on the condition assessment of roof elements, during which visual observations, images, and damage documentation are produced" ;
                                                         rdfs:label "Roof Inspection" .


###  http://webprotege.stanford.edu/RCsOXjQhDvzdCqC92ncCBu
<http://webprotege.stanford.edu/RCsOXjQhDvzdCqC92ncCBu> rdf:type owl:Class ;
                                                        rdfs:subClassOf <https://pi.pauwel.be/voc/buildingelement#BuildingElementPart> ;
                                                        rdfs:comment "A Roof Pitch is a subdivision of a roof used as a spatial unit for inspection and damage documentation." ;
                                                        rdfs:label "Roof Pitch" .


###  http://webprotege.stanford.edu/RkC6OzV1rmYsTeyuPAyaTf
<http://webprotege.stanford.edu/RkC6OzV1rmYsTeyuPAyaTf> rdf:type owl:Class ;
                                                        rdfs:subClassOf <https://w3id.org/dot#ClassifiedDamage> ;
                                                        rdfs:comment "Slate Biological Growth represents biologically induced surface conditions observed on roof slates, such as algae, moss, and lichen. These forms of growth are not necessarily defects in themselves, but are indicative of persistent moisture, local environmental conditions, and reduced drying potential. The presence and distribution of biological growth may signal emerging risks, particularly at junctions or areas prone to water retention, and therefore support interpretation of roof condition and prioritisation of further inspection." ;
                                                        rdfs:label "Slate Biological Growth" .


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


###  http://xmlns.com/foaf/0.1/Image
<http://xmlns.com/foaf/0.1/Image> rdf:type owl:Class ;
                                  owl:equivalentClass :Image .


###  https://w3id.org/dot#ClassifiedDamage
<https://w3id.org/dot#ClassifiedDamage> rdf:type owl:Class .


###  https://w3id.org/dot#Damage
<https://w3id.org/dot#Damage> rdf:type owl:Class .


###  https://w3id.org/dot#Documentation
<https://w3id.org/dot#Documentation> rdf:type owl:Class .


###  https://w3id.org/dot#ExternalResource
<https://w3id.org/dot#ExternalResource> rdf:type owl:Class .


###  https://w3id.org/dot#Inspection
<https://w3id.org/dot#Inspection> rdf:type owl:Class .


###  https://w3id.org/rdo#Damage_Image_Location
:Damage_Image_Location rdf:type owl:Class ;
                       rdfs:comment "A Damage Observation Image Location represents the spatial localisation of a detected or observed damage within an image or orthophoto." ;
                       rdfs:label "Damage Observation Image Location" .


###  https://w3id.org/rdo#Damage_Inspection_Observation
:Damage_Inspection_Observation rdf:type owl:Class ;
                               rdfs:subClassOf <https://w3id.org/dot#Damage> ;
                               rdfs:comment "A Damage Inspection Observation represents an observation made during an inspection indicating the presence of a potential damage." ;
                               rdfs:label "Damage Inspection Observation" .


###  https://w3id.org/rdo#Image
:Image rdf:type owl:Class ;
       rdfs:subClassOf <https://w3id.org/dot#ExternalResource> .


#################################################################
#    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 .


#################################################################
#    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> <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 .


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