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

<https://w3id.org/mod> rdf:type owl:Ontology ;
                        owl:versionIRI <https://w3id.org/mod/2.0> .

#################################################################
#    Annotation properties
#################################################################

###  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/title
<http://purl.org/dc/elements/1.1/title> rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#historyNote
<http://www.w3.org/2004/02/skos/core#historyNote> rdf:type owl:AnnotationProperty ;
                                                  rdfs:comment "A note about the past state/use/meaning of a concept."@en ;
                                                  rdfs:subPropertyOf <http://www.w3.org/2004/02/skos/core#note> .


###  http://www.w3.org/2004/02/skos/core#note
<http://www.w3.org/2004/02/skos/core#note> rdf:type owl:AnnotationProperty .


#################################################################
#    Datatypes
#################################################################

###  http://schema.org/Date
<http://schema.org/Date> rdf:type rdfs:Datatype .


###  http://schema.org/DateTime
<http://schema.org/DateTime> rdf:type rdfs:Datatype .


###  http://schema.org/Number
<http://schema.org/Number> rdf:type rdfs:Datatype .


###  http://schema.org/Text
<http://schema.org/Text> rdf:type rdfs:Datatype .


###  http://schema.org/URL
<http://schema.org/URL> rdf:type rdfs:Datatype .


#################################################################
#    Object Properties
#################################################################

###  http://creativecommons.org/ns#attributionURL
<http://creativecommons.org/ns#attributionURL> rdf:type owl:ObjectProperty ;
                                               rdfs:range rdfs:Resource ;
                                               rdfs:comment "The URL the creator of a Work would like used when attributing re-use."@en ;
                                               rdfs:label "attribution URL"@en .


###  http://creativecommons.org/ns#license
<http://creativecommons.org/ns#license> rdf:type owl:ObjectProperty ;
                                        rdfs:subPropertyOf <http://purl.org/dc/terms/license> ;
                                        rdfs:comment """A Work has license a License.
(a subproperty of dc:license, the same as xhtml:license)."""@en ;
                                        rdfs:label "license"@en .


###  http://creativecommons.org/ns#morePermissions
<http://creativecommons.org/ns#morePermissions> rdf:type owl:ObjectProperty ;
                                                rdfs:range rdfs:Resource ;
                                                rdfs:comment "A related resource which describes additional permissions or alternative licenses for a Work which may be available."@en ;
                                                rdfs:label "more permissions"@en .


###  http://creativecommons.org/ns#useGuidelines
<http://creativecommons.org/ns#useGuidelines> rdf:type owl:ObjectProperty ;
                                              rdfs:range rdfs:Resource ;
                                              rdfs:comment "A related resource which defines non-binding use guidelines for the work."@en ;
                                              rdfs:label "use guidelines"@en .


###  http://purl.org/dc/terms/Relation
<http://purl.org/dc/terms/Relation> rdf:type owl:ObjectProperty ;
                                    rdfs:range rdfs:Resource ;
                                    rdfs:comment "A related resource."@en ;
                                    rdfs:label "relation"@en .


###  http://purl.org/dc/terms/accessRights
<http://purl.org/dc/terms/accessRights> rdf:type owl:ObjectProperty ;
                                        rdfs:range <http://purl.org/dc/terms/RightsStatement> ;
                                        rdfs:comment "Information about who access the resource or an indication of its security status."@en ;
                                        rdfs:label "access rights"@en .


###  http://purl.org/dc/terms/accrualMethod
<http://purl.org/dc/terms/accrualMethod> rdf:type owl:ObjectProperty ;
                                         rdfs:range <http://purl.org/dc/terms/MethodOfAccrual> ;
                                         rdfs:comment "The method by which items are added to a collection."@en ;
                                         rdfs:label "accrual method"@en .


###  http://purl.org/dc/terms/accrualPeriodicity
<http://purl.org/dc/terms/accrualPeriodicity> rdf:type owl:ObjectProperty ;
                                              rdfs:range <http://purl.org/dc/terms/Frequency> ;
                                              rdfs:comment "The frequency at which dataset is published."@en ;
                                              rdfs:label "accrual periodicity"@en .


###  http://purl.org/dc/terms/accrualPolicy
<http://purl.org/dc/terms/accrualPolicy> rdf:type owl:ObjectProperty ;
                                         rdfs:range <http://purl.org/dc/terms/Policy> ;
                                         rdfs:comment "The policy governing the addition of items to a collection."@en ,
                                                      "accrual policy"@en .


###  http://purl.org/dc/terms/audience
<http://purl.org/dc/terms/audience> rdf:type owl:ObjectProperty ;
                                    rdfs:range <http://purl.org/dc/terms/AgentClass> ;
                                    rdfs:comment "A class of agents for whom the resource is intended or useful."@en ;
                                    rdfs:label "audience"@en .


###  http://purl.org/dc/terms/conformsTo
<http://purl.org/dc/terms/conformsTo> rdf:type owl:ObjectProperty ;
                                      rdfs:range <http://purl.org/dc/terms/Standard> ;
                                      rdfs:comment "An established standard to which the described resource conforms."@en ;
                                      rdfs:label "conforms to"@en .


###  http://purl.org/dc/terms/contributor
<http://purl.org/dc/terms/contributor> rdf:type owl:ObjectProperty ;
                                       rdfs:range <http://purl.org/dc/terms/Agent> ;
                                       rdfs:comment "An entity responsible for making contributions to the resource."@en ;
                                       rdfs:label "contributor"@en .


###  http://purl.org/dc/terms/coverage
<http://purl.org/dc/terms/coverage> rdf:type owl:ObjectProperty ;
                                    rdfs:range [ rdf:type owl:Class ;
                                                 owl:unionOf ( <http://purl.org/dc/terms/Jurisdiction>
                                                               <http://purl.org/dc/terms/Location>
                                                               <http://purl.org/dc/terms/PeriodOfTime>
                                                             )
                                               ] ;
                                    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:label "coverage"@en .


###  http://purl.org/dc/terms/creator
<http://purl.org/dc/terms/creator> rdf:type owl:ObjectProperty ;
                                   rdfs:comment "An entity responsible for making the resource."@en ;
                                   rdfs:label "creator"@en .


###  http://purl.org/dc/terms/format
<http://purl.org/dc/terms/format> rdf:type owl:ObjectProperty ;
                                  rdfs:range <http://purl.org/dc/terms/MediaTypeOrExtent> ;
                                  rdfs:comment "The file format, physical medium, or dimensions of the resource."@en ;
                                  rdfs:label "format"@en .


###  http://purl.org/dc/terms/hasFormat
<http://purl.org/dc/terms/hasFormat> rdf:type owl:ObjectProperty ;
                                     owl:inverseOf <http://purl.org/dc/terms/isFormatOf> ;
                                     rdfs:comment "a related resource that is substantially the same as the pre-existing described resource, but in another format."@en ;
                                     rdfs:label "has format"@en .


###  http://purl.org/dc/terms/hasPart
<http://purl.org/dc/terms/hasPart> rdf:type owl:ObjectProperty ;
                                   owl:inverseOf <http://purl.org/dc/terms/isPartOf> ;
                                   rdfs:comment "A related resource that is included either physically or logically in the described resource."@en ;
                                   rdfs:label "has part"@en .


###  http://purl.org/dc/terms/hasVersion
<http://purl.org/dc/terms/hasVersion> rdf:type owl:ObjectProperty ;
                                      rdfs:range rdfs:Resource ;
                                      rdfs:comment "a related resource that is a version, edition, or adaptation of the described resource."@en ;
                                      rdfs:label "has verison"@en .


###  http://purl.org/dc/terms/isFormatOf
<http://purl.org/dc/terms/isFormatOf> rdf:type owl:ObjectProperty ;
                                      rdfs:range rdfs:Resource ;
                                      rdfs:comment "a related resource that is substantially the same as the described resource, but in another format."@en ;
                                      rdfs:label "is format of"@en .


###  http://purl.org/dc/terms/isPartOf
<http://purl.org/dc/terms/isPartOf> rdf:type owl:ObjectProperty ;
                                    rdfs:range rdfs:Resource ;
                                    rdfs:comment "A related resource in which the described resource is physically or logically included."@en ;
                                    rdfs:label "is part of"@en .


###  http://purl.org/dc/terms/isReferencedBy
<http://purl.org/dc/terms/isReferencedBy> rdf:type owl:ObjectProperty ;
                                          rdfs:range rdfs:Resource ;
                                          rdfs:comment "A related resource that references, cites, or otherwise points to the described resource."@en ;
                                          rdfs:label "is referenced by"@en .


###  http://purl.org/dc/terms/isVersionOf
<http://purl.org/dc/terms/isVersionOf> rdf:type owl:ObjectProperty ;
                                       rdfs:range rdfs:Resource ;
                                       rdfs:comment "A related resource of which the described resource is a version, edition, or adaptation."@en ;
                                       rdfs:label "is version of"@en .


###  http://purl.org/dc/terms/language
<http://purl.org/dc/terms/language> rdf:type owl:ObjectProperty ;
                                    rdfs:range <http://purl.org/dc/terms/LinguisticSystem> ;
                                    rdfs:comment "A language of the resource."@en ;
                                    rdfs:label "language"@en .


###  http://purl.org/dc/terms/license
<http://purl.org/dc/terms/license> rdf:type owl:ObjectProperty ;
                                   rdfs:range <http://purl.org/dc/terms/LicenseDocument> ;
                                   rdfs:comment "A legal document giving official permission to do something with the resource."@en ;
                                   rdfs:label "license"@en .


###  http://purl.org/dc/terms/publisher
<http://purl.org/dc/terms/publisher> rdf:type owl:ObjectProperty ;
                                     rdfs:range <http://purl.org/dc/terms/Agent> ;
                                     rdfs:comment "An entity responsible for making the resource available."@en ;
                                     rdfs:label "publisher"@en .


###  http://purl.org/dc/terms/requires
<http://purl.org/dc/terms/requires> rdf:type owl:ObjectProperty ;
                                    rdfs:range rdfs:Resource ;
                                    rdfs:comment "A related resource that is required by the described resource to support its function, delivery, or coherence."@en ;
                                    rdfs:label "requires"@en .


###  http://purl.org/dc/terms/rights
<http://purl.org/dc/terms/rights> rdf:type owl:ObjectProperty ;
                                  rdfs:range <http://purl.org/dc/terms/RightsStatement> ;
                                  rdfs:comment "Information about rights held in and over the resource."@en ;
                                  rdfs:label "rights"@en .


###  http://purl.org/dc/terms/rightsHolder
<http://purl.org/dc/terms/rightsHolder> rdf:type owl:ObjectProperty ;
                                        rdfs:range <http://purl.org/dc/terms/Agent> ;
                                        rdfs:comment "A person or organization owning or managing rights over the resource."@en ;
                                        rdfs:label "rights holder"@en .


###  http://purl.org/dc/terms/source
<http://purl.org/dc/terms/source> rdf:type owl:ObjectProperty ;
                                  rdfs:range rdfs:Resource ;
                                  rdfs:comment "A related resource from which the described resource is derived."@en ;
                                  rdfs:label "source"@en .


###  http://purl.org/dc/terms/spatial
<http://purl.org/dc/terms/spatial> rdf:type owl:ObjectProperty ;
                                   rdfs:subPropertyOf <http://purl.org/dc/terms/coverage> ;
                                   rdfs:range <http://purl.org/dc/terms/Location> ;
                                   rdfs:comment "Spatial characteristics of the resource."@en ;
                                   rdfs:label "spatial coverage"@en .


###  http://purl.org/dc/terms/temporal
<http://purl.org/dc/terms/temporal> rdf:type owl:ObjectProperty ;
                                    rdfs:subPropertyOf <http://purl.org/dc/terms/coverage> ;
                                    rdfs:range <http://purl.org/dc/terms/PeriodOfTime> ;
                                    rdfs:comment "Temporal characteristics of the resource."@en ;
                                    rdfs:label "temporal coverage"@en .


###  http://purl.org/dc/terms/type
<http://purl.org/dc/terms/type> rdf:type owl:ObjectProperty ;
                                rdfs:range rdfs:Class ;
                                rdfs:comment "The nature or genre of the resource."@en ;
                                rdfs:label "type"@en .


###  http://purl.org/pav/authoredBy
<http://purl.org/pav/authoredBy> rdf:type owl:ObjectProperty ;
                                 rdfs:subPropertyOf <http://purl.org/dc/terms/creator> ,
                                                    <http://purl.org/pav/contributedBy> ;
                                 rdfs:domain <http://www.w3.org/ns/prov#Entity> ;
                                 rdfs:range <http://www.w3.org/ns/prov#Agent> ;
                                 rdfs:comment "An agent that originated or gave existence to the work that is expressed by the digital resource."@en ;
                                 rdfs:label "authored by"@en .


###  http://purl.org/pav/contributedBy
<http://purl.org/pav/contributedBy> rdf:type owl:ObjectProperty ;
                                    rdfs:subPropertyOf <http://purl.org/dc/terms/contributor> ,
                                                       <http://www.w3.org/ns/prov#wasAttributedTo> ;
                                    rdfs:domain <http://www.w3.org/ns/prov#Entity> ;
                                    rdfs:range <http://www.w3.org/ns/prov#Agent> ;
                                    rdfs:comment "The resource was contributed to by the given agent."@en ;
                                    rdfs:label "contributed by"@en .


###  http://purl.org/pav/createdBY
<http://purl.org/pav/createdBY> rdf:type owl:ObjectProperty ;
                                rdfs:subPropertyOf <http://purl.org/dc/terms/creator> ,
                                                   <http://www.w3.org/ns/prov#wasAttributedTo> ;
                                rdfs:domain <http://www.w3.org/ns/prov#Entity> ;
                                rdfs:range <http://www.w3.org/ns/prov#Agent> ;
                                rdfs:comment "An agent primary responsible for making the digital artifact or resource representation."@en ;
                                rdfs:label "created bY"@en .


###  http://purl.org/pav/createdWith
<http://purl.org/pav/createdWith> rdf:type owl:ObjectProperty ;
                                  rdfs:range rdfs:Resource ;
                                  rdfs:comment "The software/tool used by the creator (pav:createdBy) when making the digital resource, for instance a word processor or an annotation tool. A more independent software agent that creates the resource without direct interaction by a human creator should instead be indicated using pav:createdBy."@en ;
                                  rdfs:label "created with"@en .


###  http://purl.org/pav/curatedBy
<http://purl.org/pav/curatedBy> rdf:type owl:ObjectProperty ;
                                rdfs:subPropertyOf <http://purl.org/pav/contributedBy> ;
                                owl:inverseOf <http://purl.org/pav/curates> ;
                                rdfs:comment "Specifies an agent specialist responsible for shaping the expression in an appropriate format. Often the primary agent responsible for ensuring the quality of the representation."@en ;
                                rdfs:label "curated by"@en .


###  http://purl.org/pav/curates
<http://purl.org/pav/curates> rdf:type owl:ObjectProperty ;
                              rdfs:comment "Provided for backwards compatibility. Use instead the inverse pav:curatedBy."@en ;
                              rdfs:label "curates"@en .


###  http://purl.org/pav/derivedFrom
<http://purl.org/pav/derivedFrom> rdf:type owl:ObjectProperty ;
                                  rdfs:range rdfs:Resource ;
                                  rdfs:comment "Derived from a different resource."@en ;
                                  rdfs:label "derived from"@en .


###  http://purl.org/pav/hasCurrentVersion
<http://purl.org/pav/hasCurrentVersion> rdf:type owl:ObjectProperty ;
                                        rdfs:subPropertyOf <http://purl.org/pav/hasVersion> ;
                                        rdfs:comment "This resource has a more specific, versioned resource with equivalent content."@en ;
                                        rdfs:label "has current version"@en .


###  http://purl.org/pav/hasVersion
<http://purl.org/pav/hasVersion> rdf:type owl:ObjectProperty ;
                                 rdfs:subPropertyOf <http://purl.org/dc/terms/hasVersion> ,
                                                    <http://www.w3.org/ns/prov#generalizationOf> ;
                                 rdfs:comment "This resource has a more specific, versioned resource."@en ;
                                 rdfs:label "has version"@en .


###  http://rdfs.org/ns/void#classPartition
<http://rdfs.org/ns/void#classPartition> rdf:type owl:ObjectProperty ;
                                         rdfs:subPropertyOf <http://rdfs.org/ns/void#subset> ;
                                         rdfs:domain <http://rdfs.org/ns/void#Dataset> ;
                                         rdfs:range <http://rdfs.org/ns/void#Dataset> ;
                                         rdfs:comment "A subset of a void:Dataset that contains only the entities of a certain rdfs:Class."@en ;
                                         rdfs:label "class partition"@en .


###  http://rdfs.org/ns/void#dataDump
<http://rdfs.org/ns/void#dataDump> rdf:type owl:ObjectProperty ;
                                   rdfs:domain <http://rdfs.org/ns/void#Dataset> ;
                                   rdfs:range rdfs:Resource ;
                                   rdfs:comment "An RDF dump, partial or complete, of a void:Dataset."@en ;
                                   rdfs:label "data dump"@en .


###  http://rdfs.org/ns/void#exampleResource
<http://rdfs.org/ns/void#exampleResource> rdf:type owl:ObjectProperty ;
                                          rdfs:domain <http://rdfs.org/ns/void#Dataset> ;
                                          rdfs:range rdfs:Resource ;
                                          rdfs:comment "An example entity that is representative for the entities described in a void:Dataset."@en ;
                                          rdfs:label "example resource"@en .


###  http://rdfs.org/ns/void#propertyPartition
<http://rdfs.org/ns/void#propertyPartition> rdf:type owl:ObjectProperty ;
                                            rdfs:subPropertyOf <http://rdfs.org/ns/void#subset> ;
                                            rdfs:domain <http://rdfs.org/ns/void#Dataset> ;
                                            rdfs:range <http://rdfs.org/ns/void#Dataset> ;
                                            rdfs:comment "A subset of a void:Dataset that contains only the triples of a certain rdf:Property."@en ;
                                            rdfs:label "property partition"@en .


###  http://rdfs.org/ns/void#rootResource
<http://rdfs.org/ns/void#rootResource> rdf:type owl:ObjectProperty ;
                                       rdfs:domain <http://rdfs.org/ns/void#Dataset> ;
                                       rdfs:range rdfs:Resource ;
                                       rdfs:comment "A top concept or entry point for a void:Dataset that is structured in a tree-like fashion. All resources in a dataset can be reached by following links from its root resources in a small number of steps."@en ;
                                       rdfs:label "root resource"@en .


###  http://rdfs.org/ns/void#sparqlEndpoint
<http://rdfs.org/ns/void#sparqlEndpoint> rdf:type owl:ObjectProperty ;
                                         rdfs:domain <http://rdfs.org/ns/void#Dataset> ;
                                         rdfs:range rdfs:Resource ;
                                         rdfs:comment "A SPARQL protocol endpoint that allows SPARQL query access to a void:Dataset."@en ;
                                         rdfs:label "sparql endpoint"@en .


###  http://rdfs.org/ns/void#subset
<http://rdfs.org/ns/void#subset> rdf:type owl:ObjectProperty ;
                                 rdfs:domain <http://rdfs.org/ns/void#Dataset> ;
                                 rdfs:range <http://rdfs.org/ns/void#Dataset> ;
                                 rdfs:comment "A void:Dataset that is part of another void:Dataset."@en ;
                                 rdfs:label "subset"@en .


###  http://rdfs.org/ns/void#uriLookupEndpoint
<http://rdfs.org/ns/void#uriLookupEndpoint> rdf:type owl:ObjectProperty ;
                                            rdfs:domain <http://rdfs.org/ns/void#Dataset> ;
                                            rdfs:range rdfs:Resource ;
                                            rdfs:comment "Defines a simple URI look-up protocol for accessing a dataset."@en ;
                                            rdfs:label "uri lookup endpoint"@en .


###  http://rdfs.org/ns/void#vocabulary
<http://rdfs.org/ns/void#vocabulary> rdf:type owl:ObjectProperty ;
                                     rdfs:domain <http://rdfs.org/ns/void#Dataset> ;
                                     rdfs:range rdfs:Resource ;
                                     rdfs:comment "A vocabulary that is used in the dataset."@en ;
                                     rdfs:label "vocabulary"@en .


###  http://schema.org/about
<http://schema.org/about> rdf:type owl:ObjectProperty ;
                          rdfs:domain <http://schema.org/CreativeWork> ;
                          rdfs:comment "The subject matter of the content."@en ;
                          rdfs:label "about"@en .


###  http://schema.org/associatedMedia
<http://schema.org/associatedMedia> rdf:type owl:ObjectProperty ;
                                    rdfs:domain <http://schema.org/CreativeWork> ;
                                    rdfs:range <http://schema.org/MediaObject> ;
                                    rdfs:comment "A media object that encodes this CreativeWork. This property is a synonym for encoding."@en ;
                                    rdfs:label "associated media"@en .


###  http://schema.org/audience
<http://schema.org/audience> rdf:type owl:ObjectProperty ;
                             rdfs:domain <http://schema.org/CreativeWork> ;
                             rdfs:range <http://schema.org/Audience> ;
                             rdfs:comment "An intended audience, i.e. a group for whom something was created."@en ;
                             rdfs:label "audience"@en .


###  http://schema.org/author
<http://schema.org/author> rdf:type owl:ObjectProperty ;
                           rdfs:domain <http://schema.org/CreativeWork> ;
                           rdfs:range [ rdf:type owl:Class ;
                                        owl:unionOf ( <http://schema.org/Organization>
                                                      <http://xmlns.com/foaf/0.1/Person>
                                                    )
                                      ] ;
                           rdfs:comment "The author of this content or rating. Please note that author is special in that HTML 5 provides a special mechanism for indicating authorship via the rel tag. That is equivalent to this and may be used interchangeably."@en ;
                           rdfs:label "author"@en .


###  http://schema.org/citation
<http://schema.org/citation> rdf:type owl:ObjectProperty ;
                             rdfs:domain <http://schema.org/CreativeWork> ;
                             rdfs:range <http://schema.org/CreativeWork> ;
                             rdfs:comment "A citation or reference to another creative work, such as another publication, web page, scholarly article, etc."@en ;
                             rdfs:label "citation"@en .


###  http://schema.org/comment
<http://schema.org/comment> rdf:type owl:ObjectProperty ;
                            rdfs:range <http://schema.org/Comment> ;
                            rdfs:comment "Comments, typically from users."@en ;
                            rdfs:label "comment"@en .


###  http://schema.org/contributor
<http://schema.org/contributor> rdf:type owl:ObjectProperty ;
                                rdfs:domain <http://schema.org/CreativeWork> ;
                                rdfs:range [ rdf:type owl:Class ;
                                             owl:unionOf ( <http://schema.org/Organization>
                                                           <http://xmlns.com/foaf/0.1/Person>
                                                         )
                                           ] ;
                                rdfs:comment "A secondary contributor to the CreativeWork or Event."@en ;
                                rdfs:label "contributor"@en .


###  http://schema.org/copyrightHolder
<http://schema.org/copyrightHolder> rdf:type owl:ObjectProperty ;
                                    rdfs:domain <http://schema.org/CreativeWork> ;
                                    rdfs:range [ rdf:type owl:Class ;
                                                 owl:unionOf ( <http://schema.org/Organization>
                                                               <http://xmlns.com/foaf/0.1/Person>
                                                             )
                                               ] ;
                                    rdfs:comment "The party holding the legal copyright to the CreativeWork."@en ;
                                    rdfs:label "copyright holder"@en .


###  http://schema.org/distribution
<http://schema.org/distribution> rdf:type owl:ObjectProperty ;
                                 rdfs:domain <http://schema.org/Dataset> ;
                                 rdfs:range <http://schema.org/dataDownload> ;
                                 rdfs:comment "A downloadable form of this dataset, at a specific location, in a specific format."@en ;
                                 rdfs:label "distribution"@en .


###  http://schema.org/hasPart
<http://schema.org/hasPart> rdf:type owl:ObjectProperty ;
                            owl:inverseOf <http://schema.org/isPartOf> ;
                            rdfs:comment "Indicates an item or CreativeWork that is part of this item, or CreativeWork (in some sense)."@en ;
                            rdfs:label "has part"@en .


###  http://schema.org/includedInDataCatalog
<http://schema.org/includedInDataCatalog> rdf:type owl:ObjectProperty ;
                                          rdfs:domain <http://schema.org/Dataset> ;
                                          rdfs:range <http://schema.org/DataCatalog> ;
                                          rdfs:comment "A data catalog which contains this dataset."@en ;
                                          rdfs:label "included in data catalog"@en .


###  http://schema.org/isBasedOn
<http://schema.org/isBasedOn> rdf:type owl:ObjectProperty ;
                              rdfs:domain <http://schema.org/CreativeWork> ;
                              rdfs:range <http://schema.org/CreativeWork> ;
                              rdfs:comment "A resource from which this work is derived or from which it is a modification or adaption."@en ;
                              rdfs:label "is based on"@en .


###  http://schema.org/isPartOf
<http://schema.org/isPartOf> rdf:type owl:ObjectProperty ;
                             rdfs:domain <http://schema.org/CreativeWork> ;
                             rdfs:range <http://schema.org/CreativeWork> ;
                             rdfs:comment "Indicates an item or CreativeWork that this item, or CreativeWork (in some sense), is part of."@en ;
                             rdfs:label "is Part of"@en .


###  http://schema.org/license
<http://schema.org/license> rdf:type owl:ObjectProperty ;
                            rdfs:domain <http://schema.org/CreativeWork> ;
                            rdfs:range <http://schema.org/CreativeWork> ;
                            rdfs:comment "A license document that applies to this content, typically indicated by URL."@en ;
                            rdfs:label "license"@en .


###  http://schema.org/mainEntity
<http://schema.org/mainEntity> rdf:type owl:ObjectProperty ;
                               rdfs:domain <http://schema.org/CreativeWork> ;
                               rdfs:comment "Indicates the primary entity described in some page or other CreativeWork."@en ;
                               rdfs:label "main entity"@en .


###  http://schema.org/publisher
<http://schema.org/publisher> rdf:type owl:ObjectProperty ;
                              rdfs:domain <http://schema.org/CreativeWork> ;
                              rdfs:range [ rdf:type owl:Class ;
                                           owl:unionOf ( <http://schema.org/Organization>
                                                         <http://xmlns.com/foaf/0.1/Person>
                                                       )
                                         ] ;
                              rdfs:comment "The publisher of the creative work."@en ;
                              rdfs:label "publisher"@en .


###  http://schema.org/review
<http://schema.org/review> rdf:type owl:ObjectProperty ;
                           rdfs:range <http://schema.org/Review> ;
                           rdfs:comment "A review of the item."@en ;
                           rdfs:label "review"@en .


###  http://schema.org/sourceOrganization
<http://schema.org/sourceOrganization> rdf:type owl:ObjectProperty ;
                                       rdfs:domain <http://schema.org/CreativeWork> ;
                                       rdfs:range <http://schema.org/Organization> ;
                                       rdfs:comment "The Organization on whose behalf the creator was working."@en ;
                                       rdfs:label "source organization"@en .


###  http://schema.org/spatial
<http://schema.org/spatial> rdf:type owl:ObjectProperty ;
                            rdfs:domain <http://schema.org/CreativeWork> ;
                            rdfs:range <http://schema.org/Place> ;
                            rdfs:comment "The \"spatial\" property can be used in cases when more specific properties (e.g. locationCreated, spatialCoverage, contentLocation) are not known to be appropriate."@en ;
                            rdfs:label "spatial"@en .


###  http://schema.org/translationOfWork
<http://schema.org/translationOfWork> rdf:type owl:ObjectProperty ;
                                      owl:inverseOf <http://schema.org/workTranslation> ;
                                      rdfs:comment "The work that this work has been translated from. e.g. 物种起源 is a translationOf “On the Origin of Species”"@en ;
                                      rdfs:label "translation of work"@en .


###  http://schema.org/translator
<http://schema.org/translator> rdf:type owl:ObjectProperty ;
                               rdfs:domain <http://schema.org/CreativeWork> ;
                               rdfs:range [ rdf:type owl:Class ;
                                            owl:unionOf ( <http://schema.org/Organization>
                                                          <http://xmlns.com/foaf/0.1/Person>
                                                        )
                                          ] ;
                               rdfs:comment "Organization or person who adapts a creative work to different languages, regional differences and technical requirements of a target market, or that translates during some event."@en ;
                               rdfs:label "translator"@en .


###  http://schema.org/workExample
<http://schema.org/workExample> rdf:type owl:ObjectProperty ;
                                rdfs:domain <http://schema.org/CreativeWork> ;
                                rdfs:range <http://schema.org/CreativeWork> ;
                                rdfs:comment "Example/instance/realization/derivation of the concept of this creative work. eg. The paperback edition, first edition, or eBook."@en ;
                                rdfs:label "work example"@en .


###  http://schema.org/workTranslation
<http://schema.org/workTranslation> rdf:type owl:ObjectProperty ;
                                    rdfs:domain <http://schema.org/CreativeWork> ;
                                    rdfs:range <http://schema.org/CreativeWork> ;
                                    rdfs:comment "A work that is a translation of the content of this work. e.g. 西遊記 has an English workTranslation “Journey to the West”,a German workTranslation “Monkeys Pilgerfahrt” and a Vietnamese translation Tây du ký bình khảo."@en ;
                                    rdfs:label "work translation"@en .


###  http://usefulinc.com/ns/doap#blog
<http://usefulinc.com/ns/doap#blog> rdf:type owl:ObjectProperty ;
                                    rdfs:domain <http://usefulinc.com/ns/doap#Project> ;
                                    rdfs:range [ rdf:type owl:Class ;
                                                 owl:unionOf ( <http://rdfs.org/sioc/ns#Weblog>
                                                               rdfs:Resource
                                                             )
                                               ] ;
                                    rdfs:comment "URI of a blog related to a project."@en ;
                                    rdfs:label "blog"@en .


###  http://usefulinc.com/ns/doap#bug-database
<http://usefulinc.com/ns/doap#bug-database> rdf:type owl:ObjectProperty ;
                                            rdfs:domain <http://usefulinc.com/ns/doap#Project> ;
                                            rdfs:range rdfs:Resource ;
                                            rdfs:comment "Bug tracker for a project."@en ;
                                            rdfs:label "bug-database"@en .


###  http://usefulinc.com/ns/doap#developer
<http://usefulinc.com/ns/doap#developer> rdf:type owl:ObjectProperty ;
                                         rdfs:domain <http://usefulinc.com/ns/doap#Project> ;
                                         rdfs:range <http://xmlns.com/foaf/0.1/Person> ;
                                         rdfs:comment "Developer of software for the project."@en ;
                                         rdfs:label "developer"@en .


###  http://usefulinc.com/ns/doap#download-mirror
<http://usefulinc.com/ns/doap#download-mirror> rdf:type owl:ObjectProperty ;
                                               rdfs:domain <http://usefulinc.com/ns/doap#Project> ;
                                               rdfs:range rdfs:Resource ;
                                               rdfs:comment "Mirror of software download web page."@en ;
                                               rdfs:label "download mirror"@en .


###  http://usefulinc.com/ns/doap#download-page
<http://usefulinc.com/ns/doap#download-page> rdf:type owl:ObjectProperty ;
                                             rdfs:domain <http://usefulinc.com/ns/doap#Project> ;
                                             rdfs:range rdfs:Resource ;
                                             rdfs:comment "Web page from which the project software can be downloaded."@en ;
                                             rdfs:label "download page"@en .


###  http://usefulinc.com/ns/doap#helper
<http://usefulinc.com/ns/doap#helper> rdf:type owl:ObjectProperty ;
                                      rdfs:domain <http://usefulinc.com/ns/doap#Project> ;
                                      rdfs:range <http://xmlns.com/foaf/0.1/Person> ;
                                      rdfs:comment "Project contributor."@en ;
                                      rdfs:label "helper"@en .


###  http://usefulinc.com/ns/doap#mailing-list
<http://usefulinc.com/ns/doap#mailing-list> rdf:type owl:ObjectProperty ;
                                            rdfs:domain <http://usefulinc.com/ns/doap#Project> ;
                                            rdfs:range <http://rdfs.org/sioc/ns#MailingList> ;
                                            rdfs:comment "Mailing list home page or email address."@en ;
                                            rdfs:label "mailing-list"@en .


###  http://usefulinc.com/ns/doap#maintainer
<http://usefulinc.com/ns/doap#maintainer> rdf:type owl:ObjectProperty ;
                                          rdfs:domain <http://usefulinc.com/ns/doap#Project> ;
                                          rdfs:range <http://xmlns.com/foaf/0.1/Person> ;
                                          rdfs:comment "Maintainer of a project, a project leader."@en ;
                                          rdfs:label "maintainer"@en .


###  http://usefulinc.com/ns/doap#release
<http://usefulinc.com/ns/doap#release> rdf:type owl:ObjectProperty ;
                                       rdfs:domain <http://usefulinc.com/ns/doap#Project> ;
                                       rdfs:range <http://usefulinc.com/ns/doap#Version> ;
                                       rdfs:comment "A project release."@en ;
                                       rdfs:label "release"@en .


###  http://usefulinc.com/ns/doap#repository
<http://usefulinc.com/ns/doap#repository> rdf:type owl:ObjectProperty ;
                                          rdfs:domain <http://usefulinc.com/ns/doap#Project> ;
                                          rdfs:range <http://usefulinc.com/ns/doap#Repository> ;
                                          rdfs:comment "Source code repository."@en ;
                                          rdfs:label "repository"@en .


###  http://usefulinc.com/ns/doap#screenshots
<http://usefulinc.com/ns/doap#screenshots> rdf:type owl:ObjectProperty ;
                                           rdfs:domain <http://usefulinc.com/ns/doap#Project> ;
                                           rdfs:range rdfs:Resource ;
                                           rdfs:comment "Web page with screenshots of project."@en ;
                                           rdfs:label "screenshots"@en .


###  http://usefulinc.com/ns/doap#wiki
<http://usefulinc.com/ns/doap#wiki> rdf:type owl:ObjectProperty ;
                                    rdfs:domain <http://usefulinc.com/ns/doap#Project> ;
                                    rdfs:range <http://rdfs.org/sioc/ns#Wiki> ;
                                    rdfs:comment "URL of Wiki for collaborative discussion of project."@en ;
                                    rdfs:label "wiki"@en .


###  http://w3id.org/nkos#alignedWith
<http://w3id.org/nkos#alignedWith> rdf:type owl:ObjectProperty ;
                                   rdfs:domain <http://iflastandards.info/ns/fr/frbr/frbrer/Expression> ;
                                   rdfs:range <http://iflastandards.info/ns/fr/frbr/frbrer/Expression> ;
                                   rdfs:comment "A related resource with which the described resource is aligned."@en ;
                                   rdfs:label "aligned with"@en .


###  http://w3id.org/nkos#basedOn
<http://w3id.org/nkos#basedOn> rdf:type owl:ObjectProperty ;
                               rdfs:domain <http://iflastandards.info/ns/fr/frbr/frbrer/Work> ;
                               rdfs:range <http://iflastandards.info/ns/fr/frbr/frbrer/Work> ;
                               rdfs:comment "A resource used as the source for a derivative resource."@en ;
                               rdfs:label "based on"@en .


###  http://w3id.org/nkos#usedBy
<http://w3id.org/nkos#usedBy> rdf:type owl:ObjectProperty ;
                              rdfs:domain <http://iflastandards.info/ns/fr/frbr/frbrer/Expression> ,
                                          <http://iflastandards.info/ns/fr/frbr/frbrer/Work> ;
                              rdfs:range <http://purl.org/dc/terms/AgentClass> ;
                              rdfs:comment "Agent using the described KOS."@en ;
                              rdfs:label "used by"@en .


###  http://www.w3.org/2000/01/rdf-schema#seeAlso
rdfs:seeAlso rdf:type owl:ObjectProperty ;
             rdfs:domain rdfs:Resource ;
             rdfs:range rdfs:Resource ;
             rdfs:comment "rdfs:seeAlso is an instance of rdf:Property that is used to indicate a resource that might provide additional information about the subject resource."@en ;
             rdfs:label "see also"@en .


###  http://www.w3.org/ns/adms#identifier
<http://www.w3.org/ns/adms#identifier> rdf:type owl:ObjectProperty ;
                                       rdfs:domain <http://www.w3.org/ns/adms#Asset> ;
                                       rdfs:range <http://www.w3.org/ns/adms#Identifier> ;
                                       rdfs:comment "Links a resource to an adms:Identifier class."@en ;
                                       rdfs:label "identifier"@en .


###  http://www.w3.org/ns/adms#prev
<http://www.w3.org/ns/adms#prev> rdf:type owl:ObjectProperty ;
                                 rdfs:domain <http://www.w3.org/ns/adms#Asset> ;
                                 rdfs:range rdfs:Resource ;
                                 rdfs:comment "A link to the previous version of the Asset."@en ;
                                 rdfs:label "prev"@en .


###  http://www.w3.org/ns/adms#representationTechnique
<http://www.w3.org/ns/adms#representationTechnique> rdf:type owl:ObjectProperty ;
                                                    rdfs:domain <http://www.w3.org/ns/adms#AssetDistribution> ;
                                                    rdfs:range <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                    rdfs:comment "More information about the format in which an Asset Distribution is released. This is different from the file format as, for example, a ZIP file (file format) could contain an XML schema (representation technique)."@en ;
                                                    rdfs:label "representation technique"@en .


###  http://www.w3.org/ns/adms#sample
<http://www.w3.org/ns/adms#sample> rdf:type owl:ObjectProperty ;
                                   rdfs:domain <http://www.w3.org/ns/adms#Asset> ;
                                   rdfs:range <http://www.w3.org/ns/adms#Asset> ;
                                   rdfs:comment "Links to a sample of an Asset (which is itself an Asset)."@en ;
                                   rdfs:label "sample"@en .


###  http://www.w3.org/ns/adms#status
<http://www.w3.org/ns/adms#status> rdf:type owl:ObjectProperty ;
                                   rdfs:domain [ rdf:type owl:Class ;
                                                 owl:unionOf ( <http://www.w3.org/ns/adms#Asset>
                                                               <http://www.w3.org/ns/adms#AssetDistribution>
                                                             )
                                               ] ;
                                   rdfs:range <http://www.w3.org/2004/02/skos/core#Concept> ;
                                   rdfs:comment "The status of the Asset in the context of a particular workflow process."@en ;
                                   rdfs:label "status"@en .


###  http://www.w3.org/ns/adms#translation
<http://www.w3.org/ns/adms#translation> rdf:type owl:ObjectProperty ;
                                        rdfs:domain <http://www.w3.org/ns/adms#Asset> ;
                                        rdfs:range rdfs:Resource ;
                                        rdfs:comment "Links Assets that are translations of each other."@en ;
                                        rdfs:label "translation"@en .


###  http://www.w3.org/ns/dcat#accessSerive
<http://www.w3.org/ns/dcat#accessSerive> rdf:type owl:ObjectProperty ;
                                         rdfs:domain <http://www.w3.org/ns/dcat#Distribution> ;
                                         rdfs:range <http://www.w3.org/ns/dcat#DataService> ;
                                         rdfs:comment "A data service that gives access to the distribution of the dataset."@en ;
                                         rdfs:label "access service"@en .


###  http://www.w3.org/ns/dcat#accessService
<http://www.w3.org/ns/dcat#accessService> rdf:type owl:ObjectProperty ;
                                          rdfs:domain <http://www.w3.org/ns/dcat#Distribution> ;
                                          rdfs:range <http://www.w3.org/ns/dcat#DataService> ;
                                          rdfs:comment "A data service that gives access to the distribution of the dataset."@en ;
                                          rdfs:label "access service"@en .


###  http://www.w3.org/ns/dcat#accessURL
<http://www.w3.org/ns/dcat#accessURL> rdf:type owl:ObjectProperty ;
                                      rdfs:domain <http://www.w3.org/ns/dcat#Distribution> ;
                                      rdfs:range rdfs:Resource ;
                                      rdfs:comment "A URL of the resource that gives access to a distribution of the dataset. E.g. landing page, feed, SPARQL endpoint."@en ,
                                                   """dcat:accessURL SHOULD be used for the URL of a service or location that can provide access to this distribution, typically through a Web form, query or API call.

dcat:downloadURL is preferred for direct links to downloadable resources.

If the distribution(s) are accessible only through a landing page (i.e. direct download URLs are not known), then the landing page URL associated with the dcat:Dataset SHOULD be duplicated as access URL on a distribution (see § 5.7 Dataset available only behind some Web page)."""@en ;
                                      rdfs:label "access URL"@en .


###  http://www.w3.org/ns/dcat#compressFormat
<http://www.w3.org/ns/dcat#compressFormat> rdf:type owl:ObjectProperty ;
                                           rdfs:domain <http://www.w3.org/ns/dcat#Distribution> ;
                                           rdfs:range <http://purl.org/dc/terms/MediaType> ;
                                           rdfs:comment "The compression format of the distribution in which the data is contained in a compressed form, e.g. to reduce the size of the downloadable file."@en ,
                                                        "This property to be used when the files in the distribution are compressed, e.g. in a ZIP file. The format SHOULD be expressed using a media type as defined by IANA [IANA-MEDIA-TYPES], if available."@en ;
                                           rdfs:label "compression format"@en .


###  http://www.w3.org/ns/dcat#contactPoint
<http://www.w3.org/ns/dcat#contactPoint> rdf:type owl:ObjectProperty ;
                                         rdfs:domain <http://www.w3.org/ns/dcat#Resource> ;
                                         rdfs:range <http://www.w3.org/2006/vcard/ns#Kind> ;
                                         rdfs:comment "Relevant contact information for the cataloged resource. Use of vCard is recommended."@en ;
                                         rdfs:label "contact point"@en .


###  http://www.w3.org/ns/dcat#dataset
<http://www.w3.org/ns/dcat#dataset> rdf:type owl:ObjectProperty ;
                                    rdfs:domain <http://www.w3.org/ns/dcat#Catalog> ;
                                    rdfs:range <http://www.w3.org/ns/dcat#Dataset> ;
                                    rdfs:comment "A collection of data that is listed in the catalog."@en ;
                                    rdfs:label "dataset"@en .


###  http://www.w3.org/ns/dcat#distribution
<http://www.w3.org/ns/dcat#distribution> rdf:type owl:ObjectProperty ;
                                         rdfs:domain [ rdf:type owl:Class ;
                                                       owl:unionOf ( <http://www.w3.org/ns/adms#Asset>
                                                                     <http://www.w3.org/ns/dcat#Dataset>
                                                                   )
                                                     ] ;
                                         rdfs:range [ rdf:type owl:Class ;
                                                      owl:unionOf ( <http://www.w3.org/ns/adms#AssetDistribution>
                                                                    <http://www.w3.org/ns/dcat#Distribution>
                                                                  )
                                                    ] ;
                                         rdfs:comment "An available distribution of the dataset."@en ;
                                         rdfs:label "dataset distribution"@en .


###  http://www.w3.org/ns/dcat#downloadURL
<http://www.w3.org/ns/dcat#downloadURL> rdf:type owl:ObjectProperty ;
                                        rdfs:domain <http://www.w3.org/ns/dcat#Distribution> ;
                                        rdfs:range rdfs:Resource ;
                                        rdfs:comment "The URL of the downloadable file in a given format. E.g. CSV file or RDF file. The format is indicated by the distribution's dct:format and/or dcat:mediaType"@en ;
                                        rdfs:label "download URL"@en .


###  http://www.w3.org/ns/dcat#landingPage
<http://www.w3.org/ns/dcat#landingPage> rdf:type owl:ObjectProperty ;
                                        rdfs:subPropertyOf <http://xmlns.com/foaf/0.1/page> ;
                                        rdfs:domain <http://www.w3.org/ns/dcat#Resource> ;
                                        rdfs:range <http://xmlns.com/foaf/0.1/Document> ;
                                        rdfs:comment "A Web page that can be navigated to in a Web browser to gain access to the catalog, a dataset, its distributions and/or additional information."@en ;
                                        rdfs:label "landing page"@en .


###  http://www.w3.org/ns/dcat#mediaType
<http://www.w3.org/ns/dcat#mediaType> rdf:type owl:ObjectProperty ;
                                      rdfs:subPropertyOf <http://purl.org/dc/terms/format> ;
                                      rdfs:domain <http://www.w3.org/ns/dcat#Distribution> ;
                                      rdfs:range <http://purl.org/dc/terms/MediaType> ;
                                      rdfs:comment "The media type of the distribution as defined by IANA [IANA-MEDIA-TYPES]."@en ;
                                      rdfs:label "media type"@en .


###  http://www.w3.org/ns/dcat#packageFormat
<http://www.w3.org/ns/dcat#packageFormat> rdf:type owl:ObjectProperty ;
                                          rdfs:domain <http://www.w3.org/ns/dcat#Distribution> ;
                                          rdfs:range <http://purl.org/dc/terms/MediaType> ;
                                          rdfs:comment "The package format of the distribution in which one or more data files are grouped together, e.g. to enable a set of related files to be downloaded together."@en ;
                                          rdfs:label "packaging format"@en .


###  http://www.w3.org/ns/dcat#record
<http://www.w3.org/ns/dcat#record> rdf:type owl:ObjectProperty ;
                                   rdfs:domain <http://www.w3.org/ns/dcat#Catalog> ;
                                   rdfs:range <http://www.w3.org/ns/dcat#CatalogRecord> ;
                                   rdfs:comment "A record describing the registration of a single resource (e.g., a dataset, a data service) that is part of the catalog."@en ;
                                   rdfs:label "catalog record"@en .


###  http://www.w3.org/ns/dcat#servesDataset
<http://www.w3.org/ns/dcat#servesDataset> rdf:type owl:ObjectProperty ;
                                          rdfs:range <http://www.w3.org/ns/dcat#Dataset> ;
                                          rdfs:comment "A collection of data that this data service can distribute."@en ;
                                          rdfs:label "serves dataset"@en .


###  http://www.w3.org/ns/dcat#service
<http://www.w3.org/ns/dcat#service> rdf:type owl:ObjectProperty ;
                                    rdfs:subPropertyOf <http://purl.org/dc/terms/hasPart> ;
                                    rdfs:domain <http://www.w3.org/ns/dcat#Catalog> ;
                                    rdfs:range <http://www.w3.org/ns/dcat#DataService> ;
                                    rdfs:comment "A site or end-point that is listed in the catalog."@en ;
                                    rdfs:label "service"@en .


###  http://www.w3.org/ns/dcat#theme
<http://www.w3.org/ns/dcat#theme> rdf:type owl:ObjectProperty ;
                                  rdfs:domain <http://www.w3.org/ns/dcat#Resource> ;
                                  rdfs:range <http://www.w3.org/2004/02/skos/core#Concept> ;
                                  rdfs:comment "A main category of the resource. A resource can have multiple themes."@en ;
                                  rdfs:label "theme"@en .


###  http://www.w3.org/ns/odrl/2/hasPolicy
<http://www.w3.org/ns/odrl/2/hasPolicy> rdf:type owl:ObjectProperty ;
                                        rdfs:domain [ rdf:type owl:Class ;
                                                      owl:unionOf ( <http://www.w3.org/ns/dcat#Distribution>
                                                                    <http://www.w3.org/ns/dcat#Resource>
                                                                  )
                                                    ] ;
                                        rdfs:range <http://www.w3.org/ns/odrl/2/Policy> ;
                                        rdfs:comment "Identifies an ODRL Policy for which the identified Asset is the target Asset to all the Rules."@en ;
                                        rdfs:label "has policy"@en .


###  http://www.w3.org/ns/prov#generalizationOf
<http://www.w3.org/ns/prov#generalizationOf> rdf:type owl:ObjectProperty ;
                                             owl:inverseOf <http://www.w3.org/ns/prov#specializationOf> ;
                                             rdfs:label "generalization of"@en .


###  http://www.w3.org/ns/prov#specializationOf
<http://www.w3.org/ns/prov#specializationOf> rdf:type owl:ObjectProperty ;
                                             rdfs:domain <http://www.w3.org/ns/prov#Entity> ;
                                             rdfs:range <http://www.w3.org/ns/prov#Entity> ;
                                             rdfs:comment "An entity that is a specialization of another shares all aspects of the latter, and additionally presents more specific aspects of the same thing as the latter. In particular, the lifetime of the entity being specialized contains that of any specialization. Examples of aspects include a time period, an abstraction, and a context associated with the entity."@en ;
                                             rdfs:label "specialization of"@en .


###  http://www.w3.org/ns/prov#wasAttributedTo
<http://www.w3.org/ns/prov#wasAttributedTo> rdf:type owl:ObjectProperty ;
                                            rdfs:domain <http://www.w3.org/ns/prov#Entity> ;
                                            rdfs:range <http://www.w3.org/ns/prov#Agent> ;
                                            rdfs:comment "Attribution is the ascribing of an entity to an agent."@en ;
                                            rdfs:label "was attributed to"@en .


###  http://www.w3.org/ns/prov#wasDerivedFrom
<http://www.w3.org/ns/prov#wasDerivedFrom> rdf:type owl:ObjectProperty ;
                                           rdfs:domain <http://www.w3.org/ns/prov#Entity> ;
                                           rdfs:range <http://www.w3.org/ns/prov#Entity> ;
                                           rdfs:comment "A derivation is a transformation of an entity into another, an update of an entity resulting in a new one, or the construction of a new entity based on a pre-existing entity."@en ;
                                           rdfs:label "was derived from"@en .


###  http://www.w3.org/ns/prov#wasGeneratedBy
<http://www.w3.org/ns/prov#wasGeneratedBy> rdf:type owl:ObjectProperty ;
                                           rdfs:domain <http://www.w3.org/ns/prov#Entity> ;
                                           rdfs:range <http://www.w3.org/ns/prov#Activity> ;
                                           rdfs:comment "Generation is the completion of production of a new entity by an activity. This entity did not exist before generation and becomes available for usage after this generation."@en ;
                                           rdfs:label "was generated by"@en .


###  http://www.w3.org/ns/prov#wasInfluencedBy
<http://www.w3.org/ns/prov#wasInfluencedBy> rdf:type owl:ObjectProperty ;
                                            rdfs:domain <http://www.w3.org/ns/prov#Entity> ;
                                            rdfs:range [ rdf:type owl:Class ;
                                                         owl:unionOf ( <http://www.w3.org/ns/prov#Activity>
                                                                       <http://www.w3.org/ns/prov#Entity>
                                                                       <http://xmlns.com/foaf/0.1/Agent>
                                                                     )
                                                       ] ;
                                            rdfs:comment "Influence is the capacity of an entity, activity, or agent to have an effect on the character, development, or behavior of another by means of usage, start, end, generation, invalidation, communication, derivation, attribution, association, or delegation."@en ;
                                            rdfs:label "was influenced by"@en .


###  http://www.w3.org/ns/prov#wasInvalidatedBy
<http://www.w3.org/ns/prov#wasInvalidatedBy> rdf:type owl:ObjectProperty ;
                                             rdfs:domain <http://www.w3.org/ns/prov#Entity> ;
                                             rdfs:range <http://www.w3.org/ns/prov#Activity> ;
                                             rdfs:comment "Invalidation is the start of the destruction, cessation, or expiry of an existing entity by an activity. The entity is no longer available for use (or further invalidation) after invalidation. Any generation or usage of an entity precedes its invalidation."@en ;
                                             rdfs:label "was invalidated by"@en .


###  http://www.w3.org/ns/prov#wasRevisionOf
<http://www.w3.org/ns/prov#wasRevisionOf> rdf:type owl:ObjectProperty ;
                                          rdfs:domain <http://www.w3.org/ns/prov#Entity> ;
                                          rdfs:range <http://www.w3.org/ns/prov#Entity> ;
                                          rdfs:comment "A revision is a derivation for which the resulting entity is a revised version of some original. The implication here is that the resulting entity contains substantial content from the original. Revision is a particular case of derivation."@en ;
                                          rdfs:label "was revision of"@en .


###  http://www.w3.org/ns/sparql-service-description#endpoint
<http://www.w3.org/ns/sparql-service-description#endpoint> rdf:type owl:ObjectProperty ;
                                                           rdfs:domain <http://www.w3.org/ns/sparql-service-description#Service> ;
                                                           rdfs:range rdfs:Resource ;
                                                           rdfs:comment "Relates an instance of sd:Service to a SPARQL endpoint that implements the SPARQL Protocol service [SPROT] for the service. The object of the sd:endpoint property is an IRI."@en ;
                                                           rdfs:label "endpoint"@en .


###  http://xmlns.com/foaf/0.1/fundedBy
<http://xmlns.com/foaf/0.1/fundedBy> rdf:type owl:ObjectProperty ;
                                     rdfs:domain owl:Thing ;
                                     rdfs:range owl:Thing ;
                                     rdfs:comment "An organization funding a project or person."@en ;
                                     rdfs:label "funded by"@en .


###  http://xmlns.com/foaf/0.1/homepage
<http://xmlns.com/foaf/0.1/homepage> rdf:type owl:ObjectProperty ;
                                     rdfs:subPropertyOf <http://xmlns.com/foaf/0.1/page> ;
                                     rdfs:domain owl:Thing ;
                                     rdfs:range <http://xmlns.com/foaf/0.1/Document> ;
                                     rdfs:comment "A homepage for some thing."@en ;
                                     rdfs:label "homepage"@en .


###  http://xmlns.com/foaf/0.1/isPrimaryTopicOf
<http://xmlns.com/foaf/0.1/isPrimaryTopicOf> rdf:type owl:ObjectProperty ;
                                             rdfs:subPropertyOf <http://xmlns.com/foaf/0.1/page> ;
                                             owl:inverseOf <http://xmlns.com/foaf/0.1/primaryTopic> ;
                                             rdf:type owl:InverseFunctionalProperty ;
                                             rdfs:domain <http://xmlns.com/foaf/0.1/Document> ;
                                             rdfs:range <http://xmlns.com/foaf/0.1/Document> ;
                                             rdfs:comment "A document that this thing is the primary topic of."@en ;
                                             rdfs:label "is primary topic of"@en .


###  http://xmlns.com/foaf/0.1/logo
<http://xmlns.com/foaf/0.1/logo> rdf:type owl:ObjectProperty ;
                                 rdfs:domain owl:Thing ;
                                 rdfs:range owl:Thing ;
                                 rdfs:comment "A logo representing some thing."@en ;
                                 rdfs:label "logo"@en .


###  http://xmlns.com/foaf/0.1/maker
<http://xmlns.com/foaf/0.1/maker> rdf:type owl:ObjectProperty ;
                                  rdfs:domain owl:Thing ;
                                  rdfs:range <http://xmlns.com/foaf/0.1/Agent> ;
                                  rdfs:comment "An agent that made this thing."@en ;
                                  rdfs:label "maker"@en .


###  http://xmlns.com/foaf/0.1/page
<http://xmlns.com/foaf/0.1/page> rdf:type owl:ObjectProperty ;
                                 rdfs:domain owl:Thing ;
                                 rdfs:range <http://xmlns.com/foaf/0.1/Document> ;
                                 rdfs:comment "A page or document about this thing."@en ;
                                 rdfs:label "page"@en .


###  http://xmlns.com/foaf/0.1/primaryTopic
<http://xmlns.com/foaf/0.1/primaryTopic> rdf:type owl:ObjectProperty ;
                                         rdfs:subPropertyOf <http://xmlns.com/foaf/0.1/page> ;
                                         rdf:type owl:FunctionalProperty ;
                                         rdfs:domain [ rdf:type owl:Class ;
                                                       owl:unionOf ( <http://www.w3.org/ns/dcat#CatalogRecord>
                                                                     <http://xmlns.com/foaf/0.1/Document>
                                                                   )
                                                     ] ;
                                         rdfs:range [ rdf:type owl:Class ;
                                                      owl:unionOf ( owl:Thing
                                                                    <http://www.w3.org/ns/dcat#Resource>
                                                                  )
                                                    ] ;
                                         rdfs:comment "A page or document about this thing."@en ;
                                         rdfs:label "primary topic"@en .


###  http://xmlns.com/foaf/0.1/topic
<http://xmlns.com/foaf/0.1/topic> rdf:type owl:ObjectProperty ;
                                  rdfs:domain <http://xmlns.com/foaf/0.1/Document> ;
                                  rdfs:range owl:Thing ;
                                  rdfs:comment "A topic of some page or document."@en ;
                                  rdfs:label "topic"@en .


###  https://w3id.org/mod#analytics
:analytics rdf:type owl:ObjectProperty ;
           rdfs:domain :SemanticArtefact ;
           rdfs:range :Analytics ;
           rdfs:comment "This property shall be used to store any analytics for an ontology. E.g., number of visits an ontology received in a portal, number of downloads, etc."@en ;
           rdfs:isDefinedBy "https://www.isibang.ac.in/ns/mod/1.4/"@en ;
           rdfs:label "analytics"@en .


###  https://w3id.org/mod#comesFromTheSameDomain
:comesFromTheSameDomain rdf:type owl:ObjectProperty ;
                        rdfs:subPropertyOf :semanticArtefactRelation ;
                        rdfs:domain :SemanticArtefact ;
                        rdfs:range :SemanticArtefact ;
                        rdfs:comment "If the two ontologies come from the same domain (without any other details)."@en ;
                        rdfs:label "comes from the same domain"@en .


###  https://w3id.org/mod#conformsToKnowledgeRepresentationParadigm
:conformsToKnowledgeRepresentationParadigm rdf:type owl:ObjectProperty ;
                                           rdfs:domain :SemanticArtefact ;
                                           rdfs:range :KnowledgeRepresentationParadigm ;
                                           rdfs:comment "A representation formalism that is followed to describe knowledge in an ontology. Example includes description logics, first order logic, etc. dct: An established standard to which the described resource conforms."@en ;
                                           rdfs:label "conforms to knowledge representation paradigm"@en ;
                                           <http://www.w3.org/2004/02/skos/core#historyNote> "This property has been adopted from OMV Ontology Metadata Vocabulary and redefined in the MOD namespace."@en .


###  https://w3id.org/mod#depiction
:depiction rdf:type owl:ObjectProperty ;
           rdfs:domain owl:Thing ;
           rdfs:range <http://xmlns.com/foaf/0.1/Image> ;
           rdfs:comment "A depiction of some thing."@en ;
           rdfs:label "depiction"@en .


###  https://w3id.org/mod#describes
:describes rdf:type owl:ObjectProperty ;
           rdfs:domain :SemanticArtefact ;
           rdfs:range <http://www.w3.org/ns/dcat#Dataset> .


###  https://w3id.org/mod#designedForTask
:designedForTask rdf:type owl:ObjectProperty ;
                 rdfs:domain :SemanticArtefact ;
                 rdfs:range :SemanticArtefactTask ;
                 rdfs:label "designed for task"@en .


###  https://w3id.org/mod#endorsedBy
:endorsedBy rdf:type owl:ObjectProperty ;
            rdfs:domain :SemanticArtefact ;
            rdfs:range <http://purl.org/dc/terms/Agent> ;
            rdfs:comment "An ontology endorsed by an agent."@en ;
            rdfs:label "endorsed by"@en .


###  https://w3id.org/mod#generalizes
:generalizes rdf:type owl:ObjectProperty ;
             rdfs:subPropertyOf :semanticArtefactRelation ;
             owl:inverseOf :specializes ;
             rdfs:comment "Indicates that the subject vocabulary generalizes by some superclasses or superproperties the object vocabulary."@en ;
             rdfs:label "generalizes"@en .


###  https://w3id.org/mod#group
:group rdf:type owl:ObjectProperty ;
       rdfs:domain :SemanticArtefact ;
       rdfs:range :Group ;
       rdfs:comment "A group of ontologies that the ontology is usually considered into."@en ;
       rdfs:label "group"@en .


###  https://w3id.org/mod#hasDisjunctionsWith
:hasDisjunctionsWith rdf:type owl:ObjectProperty ;
                     rdfs:subPropertyOf :semanticArtefactRelation ;
                     rdfs:comment "Indicates that the subject vocabulary declares some disjunct classes with the object vocabulary."@en ;
                     rdfs:label "has disjunctions with"@en .


###  https://w3id.org/mod#hasDisparateModellingWith
:hasDisparateModellingWith rdf:type owl:ObjectProperty ;
                           rdfs:subPropertyOf :semanticArtefactRelation ;
                           rdfs:comment "Disagreements related  to  the  conceptualization  of  the  ontologies. Two ontologies are considered to have disparate modeling if they represent corresponding entities in different ways, e.g.  as an instance in one case and a class in the other."@en ;
                           rdfs:label "disparate modelling with"@en .


###  https://w3id.org/mod#hasEquivalencesWith
:hasEquivalencesWith rdf:type owl:ObjectProperty ;
                     rdfs:subPropertyOf :semanticArtefactRelation ;
                     rdfs:domain :SemanticArtefact ;
                     rdfs:range :SemanticArtefact ;
                     rdfs:comment "Indicates that the subject vocabulary declares some equivalent classes or properties with the object vocabulary."@en ;
                     rdfs:label "ontology aligned to"@en .


###  https://w3id.org/mod#hasEvaluation
:hasEvaluation rdf:type owl:ObjectProperty ;
               rdfs:domain :SemanticArtefact ;
               rdfs:range :Evaluation ;
               rdfs:comment "This property makes a relationship between an ontology and its evaluation result."@en ;
               rdfs:label "has evaluation"@en .


###  https://w3id.org/mod#metadataVoc
:metadataVoc rdf:type owl:ObjectProperty ;
             rdfs:subPropertyOf :semanticArtefactRelation ;
             rdfs:comment "Indicates that the subject vocabulary uses the object vocabulary in metadata at vocabulary or element level."@en ;
             rdfs:label "metadata vocubulary used"@en .


###  https://w3id.org/mod#qualifiedRelation
:qualifiedRelation rdf:type owl:ObjectProperty ;
                   rdfs:domain <http://www.w3.org/ns/dcat#Resource> ;
                   rdfs:range <http://www.w3.org/ns/dcat#Relationship> ;
                   rdfs:comment "Link to a description of a relationship with another resource."@en ;
                   rdfs:label "qualified relation"@en .


###  https://w3id.org/mod#semanticArtefactRelation
:semanticArtefactRelation rdf:type owl:ObjectProperty ;
                          rdfs:domain :SemanticArtefact ;
                          rdfs:range :SemanticArtefact .


###  https://w3id.org/mod#similar
:similar rdf:type owl:ObjectProperty ;
         rdfs:subPropertyOf :semanticArtefactRelation ;
         rdfs:domain :SemanticArtefact ;
         rdfs:range :SemanticArtefact ;
         rdfs:comment "Used to assert that two vocabularies are similar in scope and objectives, independently of the fact that they otherwise refer to each other."@en ;
         rdfs:label "similar to"@en .


###  https://w3id.org/mod#specializes
:specializes rdf:type owl:ObjectProperty ;
             rdfs:subPropertyOf :semanticArtefactRelation ;
             rdfs:comment "An entity that is a specialization of another shares all aspects of the latter, and additionally presents more specific aspects of the same thing as the latter. voaf:Indicates that the subject vocabulary defines some subclasses or subproperties of the object vocabulary, or local restrictions on those."@en ;
             rdfs:label "specializes"@en .


###  https://w3id.org/mod#usedBy
:usedBy rdf:type owl:ObjectProperty ;
        rdfs:subPropertyOf :semanticArtefactRelation ;
        rdfs:comment "Indicates that the subject vocabulary is used by the object vocabulary."@en ;
        rdfs:label "used by"@en .


###  https://w3id.org/mod#usedEngineeringMethodology
:usedEngineeringMethodology rdf:type owl:ObjectProperty ;
                            rdfs:domain :SemanticArtefact ;
                            rdfs:range :EngineeringMethodology ;
                            rdfs:label "used engineering methodology"@en ;
                            <http://www.w3.org/2004/02/skos/core#historyNote> "This property has been adopted from OMV Ontology Metadata Vocabulary, and renamed and redefined in the MOD namespace."@en .


###  https://w3id.org/mod#usedInProject
:usedInProject rdf:type owl:ObjectProperty ;
               rdfs:domain :SemanticArtefact ;
               rdfs:range <http://xmlns.com/foaf/0.1/Project> ;
               rdfs:comment "An semantic artefact that is used in a project."@en ;
               rdfs:label "used in project"@en .


#################################################################
#    Data properties
#################################################################

###  http://creativecommons.org/ns#attributionName
<http://creativecommons.org/ns#attributionName> rdf:type owl:DatatypeProperty ;
                                                rdfs:comment "The name the creator of a Work would like used when attributing re-use."@en ;
                                                rdfs:label "attribution name"@en .


###  http://identifiers.org/idot/alternatePrefix
<http://identifiers.org/idot/alternatePrefix> rdf:type owl:DatatypeProperty ;
                                              rdfs:domain <http://purl.org/dc/dcmitype/Dataset> ;
                                              rdfs:range xsd:string ;
                                              rdfs:label "alternate prefix"@en .


###  http://identifiers.org/idot/exampleIdentifier
<http://identifiers.org/idot/exampleIdentifier> rdf:type owl:DatatypeProperty ;
                                                rdfs:domain <http://purl.org/dc/dcmitype/Dataset> ;
                                                rdfs:range xsd:string ;
                                                rdfs:label "example identifier"@en .


###  http://identifiers.org/idot/identifierPattern
<http://identifiers.org/idot/identifierPattern> rdf:type owl:DatatypeProperty ;
                                                rdfs:domain <http://purl.org/dc/dcmitype/Dataset> ;
                                                rdfs:range xsd:string ;
                                                rdfs:label "identifier pattern"@en .


###  http://identifiers.org/idot/obsolete
<http://identifiers.org/idot/obsolete> rdf:type owl:DatatypeProperty ;
                                       rdfs:domain <http://purl.org/dc/dcmitype/Dataset> ;
                                       rdfs:range xsd:string ;
                                       rdfs:label "obsolete"@en .


###  http://identifiers.org/idot/preferredPrefix
<http://identifiers.org/idot/preferredPrefix> rdf:type owl:DatatypeProperty ;
                                              rdfs:domain <http://purl.org/dc/dcmitype/Dataset> ;
                                              rdfs:range xsd:string ;
                                              rdfs:label "preferred prefix"@en .


###  http://identifiers.org/idot/state
<http://identifiers.org/idot/state> rdf:type owl:DatatypeProperty ;
                                    rdfs:domain <http://purl.org/dc/dcmitype/Dataset> ;
                                    rdfs:range xsd:string ;
                                    rdfs:label "state"@en .


###  http://purl.org/dc/terms/abstract
<http://purl.org/dc/terms/abstract> rdf:type owl:DatatypeProperty ;
                                    rdfs:comment "A summary of the resource."@en ;
                                    rdfs:label "abstract"@en .


###  http://purl.org/dc/terms/alternative
<http://purl.org/dc/terms/alternative> rdf:type owl:DatatypeProperty ;
                                       rdfs:range rdfs:Literal ;
                                       rdfs:comment "An alternative name for the resource."@en ;
                                       rdfs:label "alternative"@en .


###  http://purl.org/dc/terms/bibliographicCitation
<http://purl.org/dc/terms/bibliographicCitation> rdf:type owl:DatatypeProperty ;
                                                 rdfs:range rdfs:Literal ;
                                                 rdfs:comment "A bibliographic reference for the resource."@en ;
                                                 rdfs:label "bibliographic citation"@en .


###  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 ;
                                   rdfs:comment "Date of creation of the resource."@en ;
                                   rdfs:label "created"@en ,
                                              "date created"@en .


###  http://purl.org/dc/terms/date
<http://purl.org/dc/terms/date> rdf:type owl:DatatypeProperty ;
                                rdfs:range rdfs:Literal ;
                                rdfs:comment "A point or period of time associated with an event in the lifecycle of the resource."@en ;
                                rdfs:label "date"@en .


###  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 ;
                                         rdfs:comment "Date of submission of the resource."@en ;
                                         rdfs:label "date submitted"@en .


###  http://purl.org/dc/terms/description
<http://purl.org/dc/terms/description> rdf:type owl:DatatypeProperty ;
                                       rdfs:comment "An account of the resource."@en ;
                                       rdfs:label "description"@en .


###  http://purl.org/dc/terms/identifier
<http://purl.org/dc/terms/identifier> rdf:type owl:DatatypeProperty ;
                                      rdfs:range rdfs:Literal ;
                                      rdfs:comment "An unambiguous reference to the resource within a given context."@en ;
                                      rdfs:label "identifier"@en .


###  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 ;
                                  rdfs:comment "Date of formal issuance of the resource."@en ;
                                  rdfs:label "date issued"@en ,
                                             "issued"@en .


###  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 ;
                                    rdfs:comment "Date on which the resource was changed."@en ;
                                    rdfs:label "Date modified"@en .


###  http://purl.org/dc/terms/subject
<http://purl.org/dc/terms/subject> rdf:type owl:DatatypeProperty ;
                                   rdfs:comment "A topic of the resource."@en ;
                                   rdfs:label "subject"@en .


###  http://purl.org/dc/terms/title
<http://purl.org/dc/terms/title> rdf:type owl:DatatypeProperty ;
                                 rdfs:range rdfs:Literal ;
                                 rdfs:comment "A name given to the resource."@en ;
                                 rdfs:label "title"@en .


###  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 ;
                                 rdfs:comment "Date (often a range) of validity of a resource."@en ;
                                 rdfs:label "valid"@en .


###  http://purl.org/pav/authoredOn
<http://purl.org/pav/authoredOn> rdf:type owl:DatatypeProperty ;
                                 rdfs:subPropertyOf <http://purl.org/pav/contributedOn> ;
                                 rdfs:range xsd:dateTime ;
                                 rdfs:comment "The date this resource was authored."@en ;
                                 rdfs:label "authored on"@en .


###  http://purl.org/pav/contributedOn
<http://purl.org/pav/contributedOn> rdf:type owl:DatatypeProperty ;
                                    rdfs:range xsd:dateTime ;
                                    rdfs:comment "The date this resource was contributed to."@en ;
                                    rdfs:label "contributed on"@en .


###  http://purl.org/pav/createdOn
<http://purl.org/pav/createdOn> rdf:type owl:DatatypeProperty ;
                                rdfs:range xsd:dateTime ;
                                rdfs:comment "The date of creation of the resource representation."@en ;
                                rdfs:label "created on"@en .


###  http://purl.org/pav/curatedOn
<http://purl.org/pav/curatedOn> rdf:type owl:DatatypeProperty ;
                                rdfs:subPropertyOf <http://purl.org/pav/contributedOn> ;
                                rdfs:range xsd:dateTime ;
                                rdfs:comment "The date this resource was curated."@en ;
                                rdfs:label "curated on"@en .


###  http://purl.org/pav/lastUpdateOn
<http://purl.org/pav/lastUpdateOn> rdf:type owl:DatatypeProperty ;
                                   rdfs:range xsd:dateTime ;
                                   rdfs:comment "The date of the last update of the resource. An update is a change which did not warrant making a new resource related using pav:previousVersion, for instance correcting a spelling mistake."@en ;
                                   rdfs:label "last update on"@en .


###  http://purl.org/pav/version
<http://purl.org/pav/version> rdf:type owl:DatatypeProperty ;
                              rdfs:domain <http://www.w3.org/ns/prov#Entity> ;
                              rdfs:range xsd:string ;
                              rdfs:comment "The version number of a resource. This is a freetext string, typical values are \"1.5\" or \"21\". The URI identifying the previous version can be provided using prov:previousVersion."@en ;
                              rdfs:label "version"@en .


###  http://rdfs.org/ns/void#classes
<http://rdfs.org/ns/void#classes> rdf:type owl:DatatypeProperty ;
                                  rdfs:domain <http://rdfs.org/ns/void#Dataset> ;
                                  rdfs:range xsd:integer ;
                                  rdfs:comment "The total number of distinct classes in a void:Dataset. In other words, the number of distinct resources occuring as objects of rdf:type triples in the dataset."@en ;
                                  rdfs:label "classes"@en .


###  http://rdfs.org/ns/void#entities
<http://rdfs.org/ns/void#entities> rdf:type owl:DatatypeProperty ;
                                   rdfs:domain <http://rdfs.org/ns/void#Dataset> ;
                                   rdfs:range xsd:integer ;
                                   rdfs:comment "The total number of entities that are described in a void:Dataset."@en ;
                                   rdfs:label "entities"@en .


###  http://rdfs.org/ns/void#properties
<http://rdfs.org/ns/void#properties> rdf:type owl:DatatypeProperty ;
                                     rdfs:domain <http://rdfs.org/ns/void#Dataset> ;
                                     rdfs:range xsd:integer ;
                                     rdfs:comment "The total number of distinct properties in a void:Dataset. In other words, the number of distinct resources that occur in the predicate position of triples in the dataset."@en ;
                                     rdfs:label "properties"@en .


###  http://rdfs.org/ns/void#triples
<http://rdfs.org/ns/void#triples> rdf:type owl:DatatypeProperty ;
                                  rdfs:domain <http://rdfs.org/ns/void#Dataset> ;
                                  rdfs:range xsd:integer ;
                                  rdfs:comment "The total number of triples contained in a void:Dataset."@en ;
                                  rdfs:label "triples"@en .


###  http://rdfs.org/ns/void#uriRegexPattern
<http://rdfs.org/ns/void#uriRegexPattern> rdf:type owl:DatatypeProperty ;
                                          rdfs:domain <http://rdfs.org/ns/void#Dataset> ;
                                          rdfs:range xsd:string ;
                                          rdfs:comment "A regular expression that matches the URIs of a void:Dataset's entities."@en ;
                                          rdfs:label "uri regex pattern"@en .


###  http://rdfs.org/ns/void#uriSpace
<http://rdfs.org/ns/void#uriSpace> rdf:type owl:DatatypeProperty ;
                                   rdfs:domain <http://rdfs.org/ns/void#Dataset> ;
                                   rdfs:range xsd:string ;
                                   rdfs:comment "A URI that is a common string prefix of all the entity URIs in a void:Datset."@en ,
                                                "The void:uriSpace property can be used to state that all entity URIs in a dataset start with a given string. In other words, they share a common “URI namespace”."@en ;
                                   rdfs:label "uri space"@en .


###  http://schema.org/award
<http://schema.org/award> rdf:type owl:DatatypeProperty ;
                          rdfs:range <http://schema.org/Text> ;
                          rdfs:comment "An award won by or for this item."@en ;
                          rdfs:label "award"@en .


###  http://schema.org/dateCreated
<http://schema.org/dateCreated> rdf:type owl:DatatypeProperty ;
                                rdfs:range <http://schema.org/DateTime> ;
                                rdfs:comment "The date on which the CreativeWork was created or the item was added to a DataFeed."@en ;
                                rdfs:label "date created"@en .


###  http://schema.org/dateModified
<http://schema.org/dateModified> rdf:type owl:DatatypeProperty ;
                                 rdfs:range <http://schema.org/DateTime> ;
                                 rdfs:comment "The date on which the CreativeWork was most recently modified or when the item's entry was modified within a DataFeed."@en ;
                                 rdfs:label "date modified"@en .


###  http://schema.org/datePublished
<http://schema.org/datePublished> rdf:type owl:DatatypeProperty ;
                                  rdfs:domain <http://schema.org/CreativeWork> ;
                                  rdfs:range [ rdf:type rdfs:Datatype ;
                                               owl:unionOf ( <http://schema.org/Date>
                                                             <http://schema.org/DateTime>
                                                           )
                                             ] ;
                                  rdfs:comment "Date of first broadcast/publication."@en ;
                                  rdfs:label "date published"@en .


###  http://schema.org/description
<http://schema.org/description> rdf:type owl:DatatypeProperty ;
                                rdfs:range <http://schema.org/Text> ;
                                rdfs:comment "A description of the item."@en ;
                                rdfs:label "description"@en .


###  http://schema.org/fileFormat
<http://schema.org/fileFormat> rdf:type owl:DatatypeProperty ;
                               rdfs:domain <http://schema.org/CreativeWork> ;
                               rdfs:range [ rdf:type rdfs:Datatype ;
                                            owl:unionOf ( <http://schema.org/Text>
                                                          <http://schema.org/URL>
                                                        )
                                          ] ;
                               rdfs:comment "Media type, typically MIME format (see IANA site) of the content e.g. application/zip of a SoftwareApplication binary. In cases where a CreativeWork has several media type representations, 'encoding' can be used to indicate each MediaObject alongside particular fileFormat information. Unregistered or niche file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia entry."@en ;
                               rdfs:label "file format"@en .


###  http://schema.org/image
<http://schema.org/image> rdf:type owl:DatatypeProperty ;
                          rdfs:range <http://schema.org/URL> ;
                          rdfs:comment "An image of the item. This can be a URL or a fully described ImageObject."@en ;
                          rdfs:label "image"@en .


###  http://schema.org/inLanguage
<http://schema.org/inLanguage> rdf:type owl:DatatypeProperty ;
                               rdfs:domain <http://schema.org/CreativeWork> ;
                               rdfs:range <http://schema.org/Text> ;
                               rdfs:comment "The language of the content or performance or used in an action. Please use one of the language codes from the IETF BCP 47 standard. See also availableLanguage."@en ;
                               rdfs:label "in language"@en .


###  http://schema.org/keywords
<http://schema.org/keywords> rdf:type owl:DatatypeProperty ;
                             rdfs:domain <http://schema.org/CreativeWork> ;
                             rdfs:range [ rdf:type rdfs:Datatype ;
                                          owl:unionOf ( <http://schema.org/Text>
                                                        <http://schema.org/URL>
                                                      )
                                        ] ;
                             rdfs:comment "Keywords or tags used to describe this content. Multiple entries in a keywords list are typically delimited by commas."@en ;
                             rdfs:label "keywords"@en .


###  http://schema.org/logo
<http://schema.org/logo> rdf:type owl:DatatypeProperty ;
                         rdfs:range <http://schema.org/URL> ;
                         rdfs:comment "An associated logo."@en ;
                         rdfs:label "logo"@en .


###  http://schema.org/mainEntityOfPage
<http://schema.org/mainEntityOfPage> rdf:type owl:DatatypeProperty ;
                                     rdfs:range <http://schema.org/URL> ;
                                     rdfs:comment "Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See background notes for details."@en ;
                                     rdfs:label "main entity of page"@en .


###  http://schema.org/name
<http://schema.org/name> rdf:type owl:DatatypeProperty ;
                         rdfs:range <http://schema.org/Text> ;
                         rdfs:comment "The name of the item."@en ;
                         rdfs:label "name"@en .


###  http://schema.org/publishingPrinciples
<http://schema.org/publishingPrinciples> rdf:type owl:DatatypeProperty ;
                                         rdfs:domain <http://schema.org/CreativeWork> ;
                                         rdfs:comment """The publishingPrinciples property indicates (typically via URL) a document describing the editorial principles of an Organization (or individual e.g. a Person writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity policies. When applied to a CreativeWork (e.g. NewsArticle) the principles are those of the party primarily responsible for the creation of the CreativeWork.

While such policies are most typically expressed in natural language, sometimes related information (e.g. indicating a funder) can be expressed using schema.org terminology."""@en ;
                                         rdfs:label "publishing principles"@en .


###  http://schema.org/schemaVersion
<http://schema.org/schemaVersion> rdf:type owl:DatatypeProperty ;
                                  rdfs:domain <http://schema.org/CreativeWork> ;
                                  rdfs:range [ rdf:type rdfs:Datatype ;
                                               owl:unionOf ( <http://schema.org/Text>
                                                             <http://schema.org/URL>
                                                           )
                                             ] ;
                                  rdfs:comment "Indicates (by URL or string) a particular version of a schema used in some CreativeWork. This property was created primarily to indicate the use of a specific schema.org release, e.g. 10.0 as a simple string, or more explicitly via URL, https://schema.org/docs/releases.html#v10.0. There may be situations in which other schemas might usefully be referenced this way, e.g. http://dublincore.org/specifications/dublin-core/dces/1999-07-02/ but this has not been carefully explored in the community."@en ;
                                  rdfs:label "schema version"@en .


###  http://schema.org/temporalCoverage
<http://schema.org/temporalCoverage> rdf:type owl:DatatypeProperty ;
                                     rdfs:domain <http://schema.org/CreativeWork> ;
                                     rdfs:range [ rdf:type rdfs:Datatype ;
                                                  owl:unionOf ( <http://schema.org/DateTime>
                                                                <http://schema.org/Text>
                                                                <http://schema.org/URL>
                                                              )
                                                ] ;
                                     rdfs:comment """The temporalCoverage of a CreativeWork indicates the period that the content applies to, i.e. that it describes, either as a DateTime or as a textual string indicating a time period in ISO 8601 time interval format. In the case of a Dataset it will typically indicate the relevant time period in a precise notation (e.g. for a 2011 census dataset, the year 2011 would be written \"2011/2012\"). Other forms of content e.g. ScholarlyArticle, Book, TVSeries or TVEpisode may indicate their temporalCoverage in broader terms - textually or via well-known URL. Written works such as books may sometimes have precise temporal coverage too, e.g. a work set in 1939 - 1945 can be indicated in ISO 8601 interval format format via \"1939/1945\".

Open-ended date ranges can be written with \"..\" in place of the end date. For example, \"2015-11/..\" indicates a range beginning in November 2015 and with no specified final date. This is tentative and might be updated in future when ISO 8601 is officially updated."""@en ;
                                     rdfs:label "temporal coverage"@en .


###  http://schema.org/version
<http://schema.org/version> rdf:type owl:DatatypeProperty ;
                            rdfs:domain <http://schema.org/CreativeWork> ;
                            rdfs:range [ rdf:type rdfs:Datatype ;
                                         owl:unionOf ( <http://schema.org/Number>
                                                       <http://schema.org/Text>
                                                     )
                                       ] ;
                            rdfs:comment "The version of the CreativeWork embodied by a specified resource."@en ;
                            rdfs:label "version"@en .


###  http://usefulinc.com/ns/doap#audience
<http://usefulinc.com/ns/doap#audience> rdf:type owl:DatatypeProperty ;
                                        rdfs:domain <http://usefulinc.com/ns/doap#Project> ;
                                        rdfs:range rdfs:Literal ;
                                        rdfs:comment "Description of target user base."@en ;
                                        rdfs:label "audience"@en .


###  http://usefulinc.com/ns/doap#created
<http://usefulinc.com/ns/doap#created> rdf:type owl:DatatypeProperty ;
                                       rdfs:domain <http://usefulinc.com/ns/doap#Project> ;
                                       rdfs:range rdfs:Literal ;
                                       rdfs:comment "Date when something was created, in YYYY-MM-DD form. e.g. 2004-04-05."@en ;
                                       rdfs:label "created"@en .


###  http://usefulinc.com/ns/doap#description
<http://usefulinc.com/ns/doap#description> rdf:type owl:DatatypeProperty ;
                                           rdfs:domain <http://usefulinc.com/ns/doap#Project> ;
                                           rdfs:range rdfs:Literal ;
                                           rdfs:comment "Plain text description of a project, of 2-4 sentences in length."@en ;
                                           rdfs:label "description"@en .


###  http://usefulinc.com/ns/doap#language
<http://usefulinc.com/ns/doap#language> rdf:type owl:DatatypeProperty ;
                                        rdfs:domain <http://usefulinc.com/ns/doap#Project> ;
                                        rdfs:range rdfs:Literal ;
                                        rdfs:comment "ISO language code a project has been translated into."@en ;
                                        rdfs:label "language"@en .


###  http://w3id.org/nkos#updateFrequency
<http://w3id.org/nkos#updateFrequency> rdf:type owl:DatatypeProperty ;
                                       rdfs:domain <http://iflastandards.info/ns/fr/frbr/frbrer/Expression> ;
                                       rdfs:range rdfs:Literal ;
                                       rdfs:comment "The period in which a KOS is typically updated."@en ;
                                       rdfs:label "update frequency"@en .


###  http://www.geneontology.org/formats/oboInOwl#autoGeneratedBy
<http://www.geneontology.org/formats/oboInOwl#autoGeneratedBy> rdf:type owl:DatatypeProperty ;
                                                               rdfs:label "auto-generated by"@en .


###  http://www.geneontology.org/formats/oboInOwl#hasDate
<http://www.geneontology.org/formats/oboInOwl#hasDate> rdf:type owl:DatatypeProperty ;
                                                       rdfs:label "has date"@en .


###  http://www.geneontology.org/formats/oboInOwl#hasDefaultNamespace
<http://www.geneontology.org/formats/oboInOwl#hasDefaultNamespace> rdf:type owl:DatatypeProperty ;
                                                                   rdfs:label "has default namespace"@en .


###  http://www.geneontology.org/formats/oboInOwl#hasSubset
<http://www.geneontology.org/formats/oboInOwl#hasSubset> rdf:type owl:DatatypeProperty ;
                                                         rdfs:label "has subset"@en .


###  http://www.geneontology.org/formats/oboInOwl#hasSynonymType
<http://www.geneontology.org/formats/oboInOwl#hasSynonymType> rdf:type owl:DatatypeProperty ;
                                                              rdfs:label "has synonym type"@en .


###  http://www.geneontology.org/formats/oboInOwl#hasVersion
<http://www.geneontology.org/formats/oboInOwl#hasVersion> rdf:type owl:DatatypeProperty ;
                                                          rdfs:label "has version"@en .


###  http://www.geneontology.org/formats/oboInOwl#savedBy
<http://www.geneontology.org/formats/oboInOwl#savedBy> rdf:type owl:DatatypeProperty ;
                                                       rdfs:label "saved by"@en .


###  http://www.w3.org/2002/07/owl#deprecated
owl:deprecated rdf:type owl:DatatypeProperty ;
               rdfs:domain :SemanticArtefact ;
               rdfs:range xsd:boolean ;
               rdfs:label "deprecated"@en .


###  http://www.w3.org/2002/07/owl#versionInfo
owl:versionInfo rdf:type owl:DatatypeProperty ;
                rdfs:domain :SemanticArtefact ;
                rdfs:range xsd:string ;
                rdfs:comment "The version information of the ontology."@en ;
                rdfs:label "version info"@en .


###  http://www.w3.org/2004/02/skos/core#altLabel
<http://www.w3.org/2004/02/skos/core#altLabel> rdf:type owl:DatatypeProperty ;
                                               rdfs:domain :SemanticArtefact ;
                                               rdfs:range rdfs:Literal ;
                                               rdfs:comment "An alternative lexical label for a resource."@en ;
                                               rdfs:label "alternative label"@en .


###  http://www.w3.org/2004/02/skos/core#hiddenLabel
<http://www.w3.org/2004/02/skos/core#hiddenLabel> rdf:type owl:DatatypeProperty ;
                                                  rdfs:domain :SemanticArtefact ;
                                                  rdfs:range rdfs:Literal ;
                                                  rdfs:comment "A lexical label for a resource that should be hidden when generating visual displays of the resource, but should still be accessible to free text search operations."@en ;
                                                  rdfs:label "hidden label"@en .


###  http://www.w3.org/2004/02/skos/core#prefLabel
<http://www.w3.org/2004/02/skos/core#prefLabel> rdf:type owl:DatatypeProperty ;
                                                rdfs:domain :SemanticArtefact ;
                                                rdfs:range rdfs:Literal ;
                                                rdfs:comment "The preferred lexical label for a resource, in a given language."@en ;
                                                rdfs:label "pref label"@en ,
                                                           "preferred label"@en .


###  http://www.w3.org/ns/adms#versionNotes
<http://www.w3.org/ns/adms#versionNotes> rdf:type owl:DatatypeProperty ;
                                         rdfs:domain <http://www.w3.org/ns/adms#Asset> ;
                                         rdfs:range rdfs:Literal ;
                                         rdfs:comment "A description of changes between this version and the previous version of the Asset."@en ;
                                         rdfs:label "version notes"@en .


###  http://www.w3.org/ns/dcat#byteSize
<http://www.w3.org/ns/dcat#byteSize> rdf:type owl:DatatypeProperty ;
                                     rdfs:domain <http://www.w3.org/ns/dcat#Distribution> ;
                                     rdfs:range xsd:nonNegativeInteger ;
                                     rdfs:comment "The size in bytes can be approximated (as a decimal) when the precise size is not known."@en ,
                                                  "The size of a distribution in bytes."@en ;
                                     rdfs:label "byte size"@en .


###  http://www.w3.org/ns/dcat#keyword
<http://www.w3.org/ns/dcat#keyword> rdf:type owl:DatatypeProperty ;
                                    rdfs:domain <http://www.w3.org/ns/dcat#Resource> ;
                                    rdfs:range rdfs:Literal ;
                                    rdfs:comment "A keyword or tag describing the resource."@en ;
                                    rdfs:label "keyword"@en .


###  http://www.w3.org/ns/dcat#spatialResolutionInMeters
<http://www.w3.org/ns/dcat#spatialResolutionInMeters> rdf:type owl:DatatypeProperty ;
                                                      rdfs:domain [ rdf:type owl:Class ;
                                                                    owl:unionOf ( <http://www.w3.org/ns/dcat#Dataset>
                                                                                  <http://www.w3.org/ns/dcat#Distribution>
                                                                                )
                                                                  ] ;
                                                      rdfs:range xsd:decimal ;
                                                      rdfs:comment "Minimum spatial separation resolvable in a dataset, measured in meters."@en ;
                                                      rdfs:label "spatial resolution in meters"@en .


###  http://www.w3.org/ns/dcat#temporalResolution
<http://www.w3.org/ns/dcat#temporalResolution> rdf:type owl:DatatypeProperty ;
                                               rdfs:domain [ rdf:type owl:Class ;
                                                             owl:unionOf ( <http://www.w3.org/ns/dcat#Dataset>
                                                                           <http://www.w3.org/ns/dcat#Distribution>
                                                                         )
                                                           ] ;
                                               rdfs:comment "Minimum time period resolvable in the dataset."@en ;
                                               rdfs:label "temporal resolution"@en .


###  http://www.w3.org/ns/prov#generatedAtTime
<http://www.w3.org/ns/prov#generatedAtTime> rdf:type owl:DatatypeProperty ;
                                            rdfs:domain <http://www.w3.org/ns/prov#Entity> ;
                                            rdfs:range <http://schema.org/DateTime> ;
                                            rdfs:comment "Generation is the completion of production of a new entity by an activity. This entity did not exist before generation and becomes available for usage after this generation."@en ;
                                            rdfs:label "generated at time"@en .


###  http://www.w3.org/ns/prov#invalidatedAtTime
<http://www.w3.org/ns/prov#invalidatedAtTime> rdf:type owl:DatatypeProperty ;
                                              rdfs:domain <http://www.w3.org/ns/prov#Entity> ;
                                              rdfs:range <http://schema.org/DateTime> ;
                                              rdfs:comment "Invalidation is the start of the destruction, cessation, or expiry of an existing entity by an activity. The entity is no longer available for use (or further invalidation) after invalidation. Any generation or usage of an entity precedes its invalidation."@en ;
                                              rdfs:label "invalidated at time"@en .


###  http://xmlns.com/foaf/0.1/name
<http://xmlns.com/foaf/0.1/name> rdf:type owl:DatatypeProperty ;
                                 rdfs:domain <http://xmlns.com/foaf/0.1/Document> ;
                                 rdfs:range xsd:string ;
                                 rdfs:comment "A name for some thing."@en ;
                                 rdfs:label "name"@en .


###  https://schema.org/alternateName
<https://schema.org/alternateName> rdf:type owl:DatatypeProperty ;
                                   rdfs:range <http://schema.org/Text> ;
                                   rdfs:comment "An alias for the item."@en ;
                                   rdfs:label "alternate name"@en .


###  https://vocab.org/vann/changes
<https://vocab.org/vann/changes> rdf:type owl:DatatypeProperty ;
                                 rdfs:comment "A reference to a resource that describes changes between this version of a vocabulary and the previous."@en ;
                                 rdfs:label "changes"@en .


###  https://vocab.org/vann/example
<https://vocab.org/vann/example> rdf:type owl:DatatypeProperty ;
                                 rdfs:comment "A reference to a resource that provides an example of how this resource can be used."@en ;
                                 rdfs:label "example"@en .


###  https://vocab.org/vann/preferredNamespacePrefix
<https://vocab.org/vann/preferredNamespacePrefix> rdf:type owl:DatatypeProperty ;
                                                  rdfs:comment "The preferred namespace prefix to use when using terms from this vocabulary in an XML document."@en ;
                                                  rdfs:label "preferred namespace prefix"@en .


###  https://vocab.org/vann/preferredNamespaceUri
<https://vocab.org/vann/preferredNamespaceUri> rdf:type owl:DatatypeProperty ;
                                               rdfs:comment "The preferred namespace URI to use when using terms from this vocabulary in an XML document."@en ;
                                               rdfs:label "preferred namespace uri"@en .


###  https://vocab.org/vann/usageNote
<https://vocab.org/vann/usageNote> rdf:type owl:DatatypeProperty ;
                                   rdfs:comment "A reference to a resource that provides information on how this resource is to be used."@en ;
                                   rdfs:label "usage note"@en .


###  https://w3id.org/mod#URI
:URI rdf:type owl:DatatypeProperty ;
     rdfs:domain :SemanticArtefact ;
     rdfs:range xsd:anyURI ;
     rdfs:comment "The URI of the ontology which is described by this metadata."@en ;
     rdfs:label "URI"@en .


###  https://w3id.org/mod#acronym
:acronym rdf:type owl:DatatypeProperty ;
         rdfs:domain :SemanticArtefact ;
         rdfs:range xsd:string ;
         rdfs:comment "Often used as an identifier within some ontology platforms such as BioPortal or OBO Foundry."@en ;
         rdfs:label "acronym"@en .


###  https://w3id.org/mod#authorProperty
:authorProperty rdf:type owl:DatatypeProperty ;
                rdfs:range xsd:anyURI ;
                rdfs:comment "property used to specify the author of a class (BioPortal definition)."@en ;
                rdfs:label "object author property"@en .


###  https://w3id.org/mod#averageChildCount
:averageChildCount rdf:type owl:DatatypeProperty ;
                   rdfs:subPropertyOf :metrics ;
                   rdfs:range xsd:nonNegativeInteger ;
                   rdfs:comment "Average number of children per class (BioPortal definition) ."@en ;
                   rdfs:label "average number of children per class"@en .


###  https://w3id.org/mod#browsingUI
:browsingUI rdf:type owl:DatatypeProperty ;
            rdfs:domain :SemanticArtefact ;
            rdfs:range xsd:anyURI ;
            rdfs:comment "The user interface (URL) where the ontology may be browsed or searched."@en ;
            rdfs:label "Browsing user interface"@en ,
                       "browsing UI"@en .


###  https://w3id.org/mod#classesWithMoreThan25Children
:classesWithMoreThan25Children rdf:type owl:DatatypeProperty ;
                               rdfs:subPropertyOf :metrics ;
                               rdfs:range xsd:nonNegativeInteger ;
                               rdfs:comment "Number of classes that have more than 25 direct subclasses (BioPortal definition)."@en ;
                               rdfs:label "number of classes with more than 25 children"@en .


###  https://w3id.org/mod#classesWithNoDefinition
:classesWithNoDefinition rdf:type owl:DatatypeProperty ;
                         rdfs:subPropertyOf :metrics ;
                         rdfs:range xsd:nonNegativeInteger ;
                         rdfs:comment "List of classes that have no value for the definition property (BioPortal definition). For ontologies in OBO and RRF formats, the property for definition is part of the language. For OWL ontologies, the authors specify this property as part of the ontology metadata (the default is skos:definition)."@en ;
                         rdfs:label "number of classes with no definition"@en .


###  https://w3id.org/mod#classesWithOneChild
:classesWithOneChild rdf:type owl:DatatypeProperty ;
                     rdfs:subPropertyOf :metrics ;
                     rdfs:range xsd:nonNegativeInteger ;
                     rdfs:comment "Number of classes that have only one subclass in the is-a hierarchy (BioPortal definition)."@en ;
                     rdfs:label "number of classes with a single child"@en .


###  https://w3id.org/mod#competencyQuestion
:competencyQuestion rdf:type owl:DatatypeProperty ;
                    rdfs:domain :SemanticArtefact ;
                    rdfs:range xsd:string ;
                    rdfs:comment "A set of questions made to build an ontology at the design time."@en ;
                    rdfs:label "competency question"@en .


###  https://w3id.org/mod#definitionProperty
:definitionProperty rdf:type owl:DatatypeProperty ;
                    rdfs:domain :SemanticArtefactDistribution ;
                    rdfs:range xsd:anyURI ;
                    rdfs:comment "Property used to specify the definition of a class (BioPortal definition)."@en ;
                    rdfs:label "object definition property"@en .


###  https://w3id.org/mod#hasFormalityLevel
:hasFormalityLevel rdf:type owl:DatatypeProperty ;
                   rdfs:domain :SemanticArtefact ;
                   rdfs:range xsd:string ;
                   rdfs:comment "The level of formality of an ontology."@en ;
                   rdfs:label "has formality level"@en ;
                   <http://www.w3.org/2004/02/skos/core#historyNote> "This property has been adopted from OMV Ontology Metadata Vocabulary and redefined in the MOD namespace."@en .


###  https://w3id.org/mod#hasRepresentationLanguage
:hasRepresentationLanguage rdf:type owl:DatatypeProperty ;
                           rdfs:domain :SemanticArtefactDistribution ;
                           rdfs:range xsd:anyURI ;
                           rdfs:comment "A language that is used to create an ontology."@en ;
                           rdfs:label "has representation language"@en .


###  https://w3id.org/mod#hasSyntax
:hasSyntax rdf:type owl:DatatypeProperty ;
           rdfs:domain :SemanticArtefactDistribution ;
           rdfs:range xsd:anyURI ;
           rdfs:comment "The syntax followed in the creation of an ontology."@en ;
           rdfs:label "has syntax"@en .


###  https://w3id.org/mod#hierarchyProperty
:hierarchyProperty rdf:type owl:DatatypeProperty ;
                   rdfs:domain :SemanticArtefactDistribution ;
                   rdfs:range xsd:anyURI ;
                   rdfs:comment "property used to specify the hierarchy  (e.g. rdfs:subClassOf or skos:broader)."@en ;
                   rdfs:label "transitive hierarchy property"@en .


###  https://w3id.org/mod#knownUsage
:knownUsage rdf:type owl:DatatypeProperty ;
            rdfs:domain :SemanticArtefact ;
            rdfs:range xsd:string ;
            rdfs:comment "The applications where the ontology is being used."@en ;
            rdfs:label "known usage"@en ;
            <http://www.w3.org/2004/02/skos/core#historyNote> "This property has been adopted from OMV Ontology Metadata Vocabulary and redefined in the MOD namespace."@en .


###  https://w3id.org/mod#maxChildCount
:maxChildCount rdf:type owl:DatatypeProperty ;
               rdfs:subPropertyOf :metrics ;
               rdfs:range xsd:nonNegativeInteger ;
               rdfs:comment """Maximum number of children per class (BioPortal definition)
Screen reader support enabled."""@en ;
               rdfs:label "maximum number of children per class"@en .


###  https://w3id.org/mod#maxDepth
:maxDepth rdf:type owl:DatatypeProperty ;
          rdfs:subPropertyOf :metrics ;
          rdfs:range xsd:nonNegativeInteger ;
          rdfs:comment "Maximum depth of the hierarchy tree (BioPortal definition)."@en ;
          rdfs:label "maximum depth of the hierarchy"@en .


###  https://w3id.org/mod#metrics
:metrics rdf:type owl:DatatypeProperty ;
         rdfs:domain :SemanticArtefactDistribution ;
         rdfs:comment "A generic property to store any metrics related to the ontology."@en ;
         rdfs:label "metrics"@en .


###  https://w3id.org/mod#numberOfAxioms
:numberOfAxioms rdf:type owl:DatatypeProperty ;
                rdfs:subPropertyOf :metrics ;
                rdfs:range xsd:nonNegativeInteger ;
                rdfs:comment "The total number of axioms in an ontology."@en ;
                rdfs:label "number of axioms or triples"@en .


###  https://w3id.org/mod#numberOfClasses
:numberOfClasses rdf:type owl:DatatypeProperty ;
                 rdfs:subPropertyOf :metrics ;
                 rdfs:range xsd:nonNegativeInteger ;
                 rdfs:comment "The total number of classes in an ontology."@en ;
                 rdfs:label "number of classes"@en .


###  https://w3id.org/mod#numberOfDataProperties
:numberOfDataProperties rdf:type owl:DatatypeProperty ;
                        rdfs:subPropertyOf :numberOfProperties ;
                        rdfs:range xsd:nonNegativeInteger ;
                        rdfs:comment "The total number of data properties in an ontology."@en ;
                        rdfs:label "number of data properties"@en .


###  https://w3id.org/mod#numberOfIndividuals
:numberOfIndividuals rdf:type owl:DatatypeProperty ;
                     rdfs:subPropertyOf :metrics ;
                     rdfs:range xsd:nonNegativeInteger ;
                     rdfs:comment "The total number of individuals in an ontology."@en ;
                     rdfs:label "number of individuals"@en .


###  https://w3id.org/mod#numberOfLabels
:numberOfLabels rdf:type owl:DatatypeProperty ;
                rdfs:subPropertyOf :metrics ;
                rdfs:range xsd:nonNegativeInteger ;
                rdfs:comment "Number of defined labels for any resources in an ontology (classes, properties, etc)."@en ;
                rdfs:label "number of labels"@en .


###  https://w3id.org/mod#numberOfObjectProperties
:numberOfObjectProperties rdf:type owl:DatatypeProperty ;
                          rdfs:subPropertyOf :numberOfProperties ;
                          rdfs:range xsd:nonNegativeInteger ;
                          rdfs:comment "The total number of object properties in an ontology."@en ;
                          rdfs:label "number of object properties"@en .


###  https://w3id.org/mod#numberOfProperties
:numberOfProperties rdf:type owl:DatatypeProperty ;
                    rdfs:subPropertyOf :metrics ;
                    rdfs:range xsd:nonNegativeInteger ;
                    rdfs:comment "The total number of properties in an ontology."@en ;
                    rdfs:label "number of properties"@en .


###  https://w3id.org/mod#obsoleteParent
:obsoleteParent rdf:type owl:DatatypeProperty ;
                rdfs:domain :SemanticArtefactDistribution ;
                rdfs:range xsd:anyURI ;
                rdfs:comment "property used to specify the root of an obsolete branch in the ontology."@en ;
                rdfs:label "root of obsolete branch"@en .


###  https://w3id.org/mod#obsoleteProperty
:obsoleteProperty rdf:type owl:DatatypeProperty ;
                  rdfs:domain :SemanticArtefactDistribution ;
                  rdfs:range xsd:anyURI ;
                  rdfs:comment "property used to specify an obsolete class."@en ;
                  rdfs:label "object obsolete property"@en .


###  https://w3id.org/mod#prefLabelPropert
:prefLabelPropert rdf:type owl:DatatypeProperty ;
                  rdfs:domain :SemanticArtefactDistribution ;
                  rdfs:range xsd:anyURI ;
                  rdfs:comment "Property used to specify preferred name (BioPortal definition)."@en ;
                  rdfs:label "object preferred label property"@en .


###  https://w3id.org/mod#sampleQueries
:sampleQueries rdf:type owl:DatatypeProperty ;
               rdfs:domain :SemanticArtefactDistribution ;
               rdfs:range xsd:string ;
               rdfs:comment "A set of queries (may be SPARQL, DL Queries) that are provided along with an ontology."@en ;
               rdfs:label "sample queries"@en .


###  https://w3id.org/mod#status
:status rdf:type owl:DatatypeProperty ;
        rdfs:domain :SemanticArtefact ;
        rdfs:range xsd:string ;
        rdfs:comment "The tracking information for the contents of the ontology."@en ;
        <http://www.w3.org/2004/02/skos/core#historyNote> "This property has been adopted from OMV Ontology Metadata Vocabulary and redefined in the MOD namespace."@en .


###  https://w3id.org/mod#synonymProperty
:synonymProperty rdf:type owl:DatatypeProperty ;
                 rdfs:domain :SemanticArtefactDistribution ;
                 rdfs:range xsd:anyURI ;
                 rdfs:comment "Property used to specify preferred name (BioPortal definition)."@en ;
                 rdfs:label "object synonym property"@en .


###  https://w3id.org/mod#toDoList
:toDoList rdf:type owl:DatatypeProperty ;
          rdfs:domain :SemanticArtefact ;
          rdfs:range xsd:string ;
          rdfs:comment "Describes future tasks planned by a resource curator. This property is primarily intended to be used for vocabularies or datasets, but the domain is left open, it can be used for any resource. Use iCalendar Vtodo class and its properties to further describe the task calendar, priorities etc."@en ;
          rdfs:label "to do list"@en ;
          <http://www.w3.org/2004/02/skos/core#historyNote> """This property had been originally defined by VOAF metadata vocabulary. 
Now, it has been adopted and redefined in the MOD namespace."""@en .


#################################################################
#    Classes
#################################################################

###  http://creativecommons.org/ns#License
<http://creativecommons.org/ns#License> rdf:type owl:Class ;
                                        rdfs:comment "A set of requests/permissions to users of a Work, e.g. a copyright license, the public domain, information for distributors."@en ;
                                        rdfs:label "License"@en .


###  http://creativecommons.org/ns#work
<http://creativecommons.org/ns#work> rdf:type owl:Class ;
                                     rdfs:comment """A potentially copyrightable work.
(source: https://creativecommons.org/ns)"""@en ;
                                     rdfs:label "Work"@en .


###  http://iflastandards.info/ns/fr/frbr/frbrer/Expression
<http://iflastandards.info/ns/fr/frbr/frbrer/Expression> rdf:type owl:Class ;
                                                         rdfs:comment "The intellectual or artistic realization of a work in the form of alpha-numeric, musical, or choreographic notation, sound, image, object, movement, etc., or any combination of such forms."@en ;
                                                         rdfs:label "Expression"@en .


###  http://iflastandards.info/ns/fr/frbr/frbrer/Work
<http://iflastandards.info/ns/fr/frbr/frbrer/Work> rdf:type owl:Class ;
                                                   rdfs:comment "A distinct intellectual or artistic creation."@en ;
                                                   rdfs:label "Work"@en .


###  http://purl.org/dc/dcmitype/Collection
<http://purl.org/dc/dcmitype/Collection> rdf:type owl:Class ;
                                         rdfs:comment "An aggregation of resources."@en ;
                                         rdfs:label "Collection"@en .


###  http://purl.org/dc/dcmitype/Dataset
<http://purl.org/dc/dcmitype/Dataset> rdf:type owl:Class ;
                                      rdfs:comment "Data encoded in a defined structure. Examples include lists, tables, and databases. A dataset may be useful for direct machine processing."@en ;
                                      rdfs:label "Dataset"@en .


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


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


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


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


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


###  http://purl.org/dc/terms/LinguisticSystem
<http://purl.org/dc/terms/LinguisticSystem> rdf:type owl:Class ;
                                            rdfs:comment "A system of signs, symbols, sounds, gestures, or rules used in communication."@en ;
                                            rdfs:label "Linguistic System"@en .


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


###  http://purl.org/dc/terms/MediaType
<http://purl.org/dc/terms/MediaType> rdf:type owl:Class ;
                                     rdfs:subClassOf <http://purl.org/dc/terms/MediaTypeOrExtent> ;
                                     rdfs:comment "A file format or physical medium."@en ;
                                     rdfs:label "Media Type"@en .


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


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


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


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


###  http://purl.org/dc/terms/RightsStatement
<http://purl.org/dc/terms/RightsStatement> rdf:type owl:Class ;
                                           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:label "Rights statement"@en .


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


###  http://rdfs.org/ns/void#Dataset
<http://rdfs.org/ns/void#Dataset> rdf:type owl:Class ;
                                  rdfs:comment "A dataset is a set of RDF triples that are published, maintained or aggregated by a single provider."@en ;
                                  rdfs:label "Dataset"@en .


###  http://rdfs.org/sioc/ns#MailingList
<http://rdfs.org/sioc/ns#MailingList> rdf:type owl:Class ;
                                      rdfs:comment "Describes an electronic mailing list."@en ;
                                      rdfs:label "MailingList"@en .


###  http://rdfs.org/sioc/ns#Weblog
<http://rdfs.org/sioc/ns#Weblog> rdf:type owl:Class ;
                                 rdfs:comment "Describes a weblog (blog), i.e. an online journal."@en ;
                                 rdfs:label "Weblog"@en .


###  http://rdfs.org/sioc/ns#Wiki
<http://rdfs.org/sioc/ns#Wiki> rdf:type owl:Class ;
                               rdfs:comment "Describes a wiki space."@en ;
                               rdfs:isDefinedBy "http://rdfs.org/sioc/types#"@en ;
                               rdfs:label "Wiki"@en .


###  http://schema.org/Audience
<http://schema.org/Audience> rdf:type owl:Class ;
                             rdfs:comment "Intended audience for an item, i.e. the group for whom the item was created."@en ;
                             rdfs:label "Audience"@en .


###  http://schema.org/Comment
<http://schema.org/Comment> rdf:type owl:Class ;
                            rdfs:subClassOf <http://schema.org/CreativeWork> ;
                            rdfs:comment "A comment on an item - for example, a comment on a blog post. The comment's content is expressed via the text property, and its topic via about, properties shared with all CreativeWorks."@en ;
                            rdfs:label "Comment"@en .


###  http://schema.org/CreativeWork
<http://schema.org/CreativeWork> rdf:type owl:Class ;
                                 rdfs:comment "The most generic kind of creative work, including books, movies, photographs, software programs, etc."@en ;
                                 rdfs:label "Creative Work"@en .


###  http://schema.org/DataCatalog
<http://schema.org/DataCatalog> rdf:type owl:Class ;
                                rdfs:subClassOf <http://schema.org/CreativeWork> ;
                                rdfs:comment "A collection of datasets."@en ;
                                rdfs:label "Data Catalog"@en .


###  http://schema.org/Dataset
<http://schema.org/Dataset> rdf:type owl:Class ;
                            rdfs:subClassOf <http://schema.org/CreativeWork> ;
                            rdfs:comment "A body of structured information describing some topic(s) of interest."@en ;
                            rdfs:label "Dataset"@en .


###  http://schema.org/MediaObject
<http://schema.org/MediaObject> rdf:type owl:Class ;
                                rdfs:subClassOf <http://schema.org/CreativeWork> ;
                                rdfs:comment "A media object, such as an image, video, or audio object embedded in a web page or a downloadable dataset i.e. DataDownload. Note that a creative work may have many media objects associated with it on the same web page. For example, a page about a single song (MusicRecording) may have a music video (VideoObject), and a high and low bandwidth audio stream (2 AudioObject's)."@en ;
                                rdfs:label "Media Object"@en .


###  http://schema.org/Organization
<http://schema.org/Organization> rdf:type owl:Class ;
                                 rdfs:comment "An organization such as a school, NGO, corporation, club, etc."@en ;
                                 rdfs:label "Organization"@en .


###  http://schema.org/Person
<http://schema.org/Person> rdf:type owl:Class ;
                           rdfs:comment "A person (alive, dead, undead, or fictional)."@en ;
                           rdfs:label "Person"@en .


###  http://schema.org/Place
<http://schema.org/Place> rdf:type owl:Class ;
                          rdfs:comment "Entities that have a somewhat fixed, physical extension."@en ;
                          rdfs:label "Place"@en .


###  http://schema.org/Review
<http://schema.org/Review> rdf:type owl:Class ;
                           rdfs:subClassOf <http://schema.org/CreativeWork> ;
                           rdfs:comment "A review of an item - for example, of a restaurant, movie, or store."@en ;
                           rdfs:label "Review"@en .


###  http://schema.org/dataDownload
<http://schema.org/dataDownload> rdf:type owl:Class ;
                                 rdfs:subClassOf <http://schema.org/MediaObject> ;
                                 rdfs:comment "A dataset in downloadable form."@en ;
                                 rdfs:label "data download"@en .


###  http://usefulinc.com/ns/doap#Project
<http://usefulinc.com/ns/doap#Project> rdf:type owl:Class ;
                                       rdfs:subClassOf <http://rdfs.org/ns/void#Dataset> ;
                                       rdfs:comment "A project."@en ;
                                       rdfs:label "Project"@en .


###  http://usefulinc.com/ns/doap#Repository
<http://usefulinc.com/ns/doap#Repository> rdf:type owl:Class ;
                                          rdfs:comment "Source code repository."@en ;
                                          rdfs:label "Repository"@en .


###  http://usefulinc.com/ns/doap#Version
<http://usefulinc.com/ns/doap#Version> rdf:type owl:Class ;
                                       rdfs:comment "Version information of a project release."@en ;
                                       rdfs:label "Version"@en .


###  http://www.w3.org/2000/01/rdf-schema#Class
rdfs:Class rdf:type owl:Class ;
           rdfs:comment "The class resource, everything."@en ;
           rdfs:label "Class"@en .


###  http://www.w3.org/2000/01/rdf-schema#Resource
rdfs:Resource rdf:type owl:Class ;
              rdfs:subClassOf rdfs:Class ;
              rdfs:comment "All things described by RDF are called resources."@en ;
              rdfs:label "Resource"@en .


###  http://www.w3.org/2004/02/skos/core#Concept
<http://www.w3.org/2004/02/skos/core#Concept> rdf:type owl:Class ;
                                              rdfs:comment "An idea or notion; a unit of thought."@en ;
                                              rdfs:label "Concept"@en .


###  http://www.w3.org/2004/02/skos/core#ConceptScheme
<http://www.w3.org/2004/02/skos/core#ConceptScheme> rdf:type owl:Class ;
                                                    rdfs:subClassOf :SemanticArtefactDistribution ;
                                                    rdfs:comment "A SKOS concept scheme can be viewed as an aggregation of one or more SKOS concepts. Semantic relationships (links) between those concepts may also be viewed as part of a concept scheme."@en ;
                                                    rdfs:label "Concept Scheme"@en .


###  http://www.w3.org/2006/vcard/ns#Kind
<http://www.w3.org/2006/vcard/ns#Kind> rdf:type owl:Class ;
                                       rdfs:comment """\"Kinds\" to represent the types of objects to be represented by vCard:	 
Individual - To represent people
Organization - To represent organisations
Group - To represent groups of vCard objects
Location - To represent location objects"""@en ;
                                       rdfs:label "Kind"@en .


###  http://www.w3.org/ns/adms#Asset
<http://www.w3.org/ns/adms#Asset> rdf:type owl:Class ;
                                  rdfs:subClassOf <http://www.w3.org/ns/dcat#Dataset> ;
                                  rdfs:comment "An abstract entity that reflects the intellectual content of the asset and represents those characteristics of the asset that are independent of its physical embodiment. This abstract entity combines the FRBR entities work (a distinct intellectual or artistic creation) and expression (the intellectual or artistic realization of a work)."@en ;
                                  rdfs:label "Asset"@en .


###  http://www.w3.org/ns/adms#AssetDistribution
<http://www.w3.org/ns/adms#AssetDistribution> rdf:type owl:Class ;
                                              rdfs:subClassOf <http://www.w3.org/ns/dcat#Distribution> ;
                                              rdfs:comment "A particular physical embodiment of an Asset, which is an example of the FRBR entity manifestation (the physical embodiment of an expression of a work)."@en ;
                                              rdfs:label "Asset Distribution"@en .


###  http://www.w3.org/ns/adms#Identifier
<http://www.w3.org/ns/adms#Identifier> rdf:type owl:Class ;
                                       rdfs:comment """This is based on the UN/CEFACT Identifier class which consists of:

    a content string which is the identifier;
    an optional identifier for the identifier scheme;
    an optional identifier for the version of the identifier scheme;
    an optional identifier for the agency that manages the identifier scheme."""@en ;
                                       rdfs:label "Identifier"@en .


###  http://www.w3.org/ns/dcat#Catalog
<http://www.w3.org/ns/dcat#Catalog> rdf:type owl:Class ;
                                    rdfs:subClassOf <http://www.w3.org/ns/dcat#Dataset> .


###  http://www.w3.org/ns/dcat#CatalogRecord
<http://www.w3.org/ns/dcat#CatalogRecord> rdf:type owl:Class ;
                                          rdfs:comment "A record in a catalog, describing the registration of a single dcat:Resource."@en ;
                                          rdfs:label "Catalog Record"@en .


###  http://www.w3.org/ns/dcat#DataService
<http://www.w3.org/ns/dcat#DataService> rdf:type owl:Class ;
                                        rdfs:subClassOf <http://www.w3.org/ns/dcat#Resource> .


###  http://www.w3.org/ns/dcat#Dataset
<http://www.w3.org/ns/dcat#Dataset> rdf:type owl:Class ;
                                    rdfs:subClassOf <http://www.w3.org/ns/dcat#Resource> ;
                                    rdfs:label "Dataset"@en .


###  http://www.w3.org/ns/dcat#Distribution
<http://www.w3.org/ns/dcat#Distribution> rdf:type owl:Class ;
                                         rdfs:comment "A specific representation of a dataset. A dataset might be available in multiple serializations that may differ in various ways, including natural language, media-type or format, schematic organization, temporal and spatial resolution, level of detail or profiles (which might specify any or all of the above)."@en ;
                                         rdfs:label "Distribution"@en .


###  http://www.w3.org/ns/dcat#Relationship
<http://www.w3.org/ns/dcat#Relationship> rdf:type owl:Class ;
                                         rdfs:comment "An association class for attaching additional information to a relationship between DCAT Resources."@en ;
                                         rdfs:label "Relationship"@en .


###  http://www.w3.org/ns/dcat#Resource
<http://www.w3.org/ns/dcat#Resource> rdf:type owl:Class ;
                                     rdfs:subClassOf rdfs:Resource ;
                                     rdfs:comment "Resource published or curated by a single agent."@en ;
                                     rdfs:label "Cataloged Resource"@en ,
                                                "Resource"@en .


###  http://www.w3.org/ns/odrl/2/Policy
<http://www.w3.org/ns/odrl/2/Policy> rdf:type owl:Class ;
                                     rdfs:label "Policy"@en .


###  http://www.w3.org/ns/prov#Activity
<http://www.w3.org/ns/prov#Activity> rdf:type owl:Class ;
                                     rdfs:comment "An activity is something that occurs over a period of time and acts upon or with entities; it may include consuming, processing, transforming, modifying, relocating, using, or generating entities."@en ;
                                     rdfs:label "Activity"@en .


###  http://www.w3.org/ns/prov#Agent
<http://www.w3.org/ns/prov#Agent> rdf:type owl:Class ;
                                  rdfs:comment "An agent is something that bears some form of responsibility for an activity taking place, for the existence of an entity, or for another agent's activity."@en ;
                                  rdfs:label "Agent"@en .


###  http://www.w3.org/ns/prov#Entity
<http://www.w3.org/ns/prov#Entity> rdf:type owl:Class ;
                                   rdfs:comment "An entity is a physical, digital, conceptual, or other kind of thing with some fixed aspects; entities may be real or imaginary."@en ;
                                   rdfs:label "Entity"@en .


###  http://www.w3.org/ns/sparql-service-description#Service
<http://www.w3.org/ns/sparql-service-description#Service> rdf:type owl:Class ;
                                                          rdfs:comment "An instance of sd:Service represents a SPARQL service made available via the SPARQL Protocol."@en ;
                                                          rdfs:label "Service"@en .


###  http://xmlns.com/foaf/0.1/Agent
<http://xmlns.com/foaf/0.1/Agent> rdf:type owl:Class ;
                                  rdfs:comment "An agent (eg. person, group, software or physical artifact)."@en ;
                                  rdfs:label "Agent"@en .


###  http://xmlns.com/foaf/0.1/Document
<http://xmlns.com/foaf/0.1/Document> rdf:type owl:Class ;
                                     rdfs:comment "A document."@en ;
                                     rdfs:label "Document"@en .


###  http://xmlns.com/foaf/0.1/Image
<http://xmlns.com/foaf/0.1/Image> rdf:type owl:Class ;
                                  rdfs:subClassOf <http://xmlns.com/foaf/0.1/Document> ;
                                  rdfs:comment "An image."@en ;
                                  rdfs:label "Image"@en .


###  http://xmlns.com/foaf/0.1/Person
<http://xmlns.com/foaf/0.1/Person> rdf:type owl:Class ;
                                   rdfs:subClassOf <http://xmlns.com/foaf/0.1/Agent> ;
                                   rdfs:comment "A person."@en ;
                                   rdfs:label "Person"@en .


###  http://xmlns.com/foaf/0.1/Project
<http://xmlns.com/foaf/0.1/Project> rdf:type owl:Class ;
                                    rdfs:comment "A project (a collective endeavour of some kind)."@en ;
                                    rdfs:label "Project"@en .


###  https://w3id.org/mod#Analytics
:Analytics rdf:type owl:Class ;
           rdfs:comment "Number of visits an ontology received."@en ;
           rdfs:isDefinedBy "https://www.isibang.ac.in/ns/mod/1.4/"@en ;
           rdfs:label "Analytics"@en .


###  https://w3id.org/mod#EngineeringMethodology
:EngineeringMethodology rdf:type owl:Class ;
                        rdfs:comment "Information about the engineering methodology."@en ;
                        rdfs:label "Engineering Methodology"@en ;
                        <http://www.w3.org/2004/02/skos/core#historyNote> "This class has been adopted from OMV Ontology Metadata Vocabulary, and renamed and redefined in the MOD namespace."@en .


###  https://w3id.org/mod#Evaluation
:Evaluation rdf:type owl:Class ;
            rdfs:comment "The results of evaluating an ontology. An ontology can have more than one evaluations."@en ;
            rdfs:label "Evaluation"@en .


###  https://w3id.org/mod#Group
:Group rdf:type owl:Class ;
       rdfs:comment "A group of ontologies that the ontology is usually considered into."@en ;
       rdfs:label "Group"@en .


###  https://w3id.org/mod#KnowledgeRepresentationParadigm
:KnowledgeRepresentationParadigm rdf:type owl:Class ;
                                 rdfs:label "Knowledge representation paradigm"@en .


###  https://w3id.org/mod#SemanticArtefact
:SemanticArtefact rdf:type owl:Class ;
                  rdfs:subClassOf <http://creativecommons.org/ns#work> ,
                                  <http://iflastandards.info/ns/fr/frbr/frbrer/Expression> ,
                                  <http://iflastandards.info/ns/fr/frbr/frbrer/Work> ,
                                  <http://purl.org/dc/dcmitype/Collection> ,
                                  <http://purl.org/dc/dcmitype/Dataset> ,
                                  <http://schema.org/Dataset> ,
                                  <http://usefulinc.com/ns/doap#Project> ,
                                  <http://www.w3.org/ns/adms#Asset> ,
                                  <http://www.w3.org/ns/dcat#Dataset> ,
                                  <http://www.w3.org/ns/dcat#Resource> ,
                                  <http://www.w3.org/ns/prov#Entity> ,
                                  <http://www.w3.org/ns/sparql-service-description#Service> ,
                                  <http://xmlns.com/foaf/0.1/Document> ;
                  rdfs:label "Semantic Artefact"@en .


###  https://w3id.org/mod#SemanticArtefactCatalogRecord
:SemanticArtefactCatalogRecord rdf:type owl:Class ;
                               rdfs:subClassOf <http://www.w3.org/ns/dcat#CatalogRecord> .


###  https://w3id.org/mod#SemanticArtefactDistribution
:SemanticArtefactDistribution rdf:type owl:Class ;
                              rdfs:subClassOf <http://www.w3.org/ns/adms#AssetDistribution> ,
                                              <http://www.w3.org/ns/dcat#Distribution> .


###  https://w3id.org/mod#SemanticArtefactEvaluation
:SemanticArtefactEvaluation rdf:type owl:Class ;
                            rdfs:label "Semantic Artefact Evaluation"@en .


###  https://w3id.org/mod#SemanticArtefactService
:SemanticArtefactService rdf:type owl:Class ;
                         rdfs:subClassOf <http://www.w3.org/ns/dcat#DataService> .


###  https://w3id.org/mod#SemanticArtefactTask
:SemanticArtefactTask rdf:type owl:Class ;
                      rdfs:label "Semantic Artefact Task"@en .


###  https://w3id.org/mod#SemanticArtfeactCatalog
:SemanticArtfeactCatalog rdf:type owl:Class ;
                         rdfs:subClassOf <http://www.w3.org/ns/dcat#Catalog> .


###  https://w3id.org/mod#Taxonomy
:Taxonomy rdf:type owl:Class ;
          rdfs:subClassOf :SemanticArtefact .


###  https://w3id.org/mod#Terminology
:Terminology rdf:type owl:Class ;
             rdfs:subClassOf :SemanticArtefact .


###  https://w3id.org/mod#Thesaurus
:Thesaurus rdf:type owl:Class ;
           rdfs:subClassOf :SemanticArtefact .


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