@prefix :      <https://w3id.org/aerOS/data-catalog#> .
@prefix mod:   <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 terms: <http://purl.org/dc/terms/> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vann:  <http://purl.org/vocab/vann/> .

<http://www.w3.org/ns/org#Role>
        a                 owl:Class ;
        rdfs:isDefinedBy  <http://www.w3.org/ns/org#> ;
        rdfs:label        "Role" .

<http://www.w3.org/ns/dcat#endpointURL>
        a                 owl:DatatypeProperty ;
        rdfs:isDefinedBy  <http://www.w3.org/ns/dcat> ;
        rdfs:label        "endpoint url" .

<http://www.w3.org/ns/dcat#distribution>
        a                 owl:ObjectProperty ;
        rdfs:domain       <http://www.w3.org/ns/dcat#Dataset> ;
        rdfs:isDefinedBy  <http://www.w3.org/ns/dcat> ;
        rdfs:label        "distribution" ;
        rdfs:range        <http://www.w3.org/ns/dcat#Distribution> .

terms:license  a  owl:AnnotationProperty .

terms:source  a  owl:AnnotationProperty .

<http://www.w3.org/ns/dcat#accessService>
        a                 owl:ObjectProperty ;
        rdfs:domain       <http://www.w3.org/ns/dcat#Distribution> ;
        rdfs:isDefinedBy  <http://www.w3.org/ns/dcat> ;
        rdfs:label        "access service" ;
        rdfs:range        <http://www.w3.org/ns/dcat#DataService> .

vann:preferredNamespaceUri
        a       owl:AnnotationProperty .

<http://www.w3.org/ns/dcat#catalog>
        a                 owl:ObjectProperty ;
        rdfs:domain       <http://www.w3.org/ns/dcat#Catalog> ;
        rdfs:isDefinedBy  <http://www.w3.org/ns/dcat> ;
        rdfs:label        "catalog" ;
        rdfs:range        <http://www.w3.org/ns/dcat#Catalog> .

:ContextBroker  a         owl:Class ;
        rdfs:comment      "Represents an NGSI-LD Context Broker." ;
        rdfs:isDefinedBy  <https://w3id.org/aerOS/data-catalog> ;
        rdfs:label        "Context Broker" ;
        rdfs:subClassOf   <http://www.w3.org/ns/dcat#DataService> .

<http://www.w3.org/ns/dcat#service>
        a                 owl:ObjectProperty ;
        rdfs:domain       <http://www.w3.org/ns/dcat#Catalog> ;
        rdfs:isDefinedBy  <http://www.w3.org/ns/dcat> ;
        rdfs:label        "service" ;
        rdfs:range        <http://www.w3.org/ns/dcat#DataService> .

:servesDataProduct  a       owl:ObjectProperty ;
        rdfs:comment        "Denotes a data product exposed by a data service." ;
        rdfs:isDefinedBy    <https://w3id.org/aerOS/data-catalog> ;
        rdfs:label          "serves data product" ;
        rdfs:range          :DataProduct ;
        rdfs:subPropertyOf  <http://www.w3.org/ns/dcat#servesDataset> .

:       a                              owl:Ontology ;
        rdfs:label                     "aerOS Data Catalog Ontology"@en ;
        terms:creator                  "Ignacio Dominguez Martinez-Casanueva" ;
        terms:description              "\n                                        Ontology that defines concepts for representing the aerOS Data Catalog\n                                        " ;
        terms:license                  <http://purl.org/NET/rdflicense/APACHE2.0> ;
        terms:modified                 "2024-08-23"^^xsd:date ;
        terms:source                   <https://gitlab.aeros-project.eu/wp4/t4.1/data-catalog-ontology> ;
        terms:title                    "aerOS Data Catalog Ontology" ;
        vann:preferredNamespacePrefix  "aerdcat" ;
        vann:preferredNamespaceUri     : ;
        owl:versionIRI                 <https://w3id.org/aerOS/data-catalog> ;
        owl:versionInfo                "1.0.0" ;
        mod:createdWith                <https://chowlk.linkeddata.es/> .

terms:created  a  owl:AnnotationProperty .

<http://www.w3.org/2004/02/skos/core#ConceptScheme>
        a                 owl:Class ;
        rdfs:isDefinedBy  <http://www.w3.org/2004/02/skos/core> ;
        rdfs:label        "Concept Scheme" .

terms:creator  a  owl:AnnotationProperty .

terms:title  a  owl:AnnotationProperty .

<http://www.w3.org/ns/dcat#themeTaxonomy>
        a                 owl:ObjectProperty ;
        rdfs:domain       <http://www.w3.org/ns/dcat#Catalog> ;
        rdfs:isDefinedBy  <http://www.w3.org/ns/dcat> ;
        rdfs:label        "theme taxonomy" .

<http://www.w3.org/ns/dcat#keyword>
        a                 owl:DatatypeProperty ;
        rdfs:isDefinedBy  <http://www.w3.org/ns/dcat> ;
        rdfs:label        "keyword" .

:contextBroker  a           owl:ObjectProperty ;
        rdfs:comment        "Relation with a context broker." ;
        rdfs:isDefinedBy    <https://w3id.org/aerOS/data-catalog> ;
        rdfs:label          "context broker" ;
        rdfs:range          :ContextBroker ;
        rdfs:subPropertyOf  <http://www.w3.org/ns/dcat#service> .

<http://w3id.org/rml/TriplesMap>
        a                 owl:Class ;
        rdfs:isDefinedBy  <http://w3id.org/rml/> ;
        rdfs:label        "Triples Map" .

<https://w3id.org/aerOS/continuum#User>
        a                 owl:Class ;
        rdfs:isDefinedBy  <https://w3id.org/aerOS/continuum> ;
        rdfs:label        "User" .

<http://www.w3.org/ns/dcat#servesDataset>
        a                 owl:ObjectProperty ;
        rdfs:domain       <http://www.w3.org/ns/dcat#DataService> ;
        rdfs:isDefinedBy  <http://www.w3.org/ns/dcat> ;
        rdfs:label        "serves dataset" ;
        rdfs:range        <http://www.w3.org/ns/dcat#Dataset> .

<http://www.w3.org/2004/02/skos/core#Concept>
        a                 owl:Class ;
        rdfs:isDefinedBy  <http://www.w3.org/2004/02/skos/core> ;
        rdfs:label        "Concept" .

mod:createdWith  a  owl:AnnotationProperty .

terms:publisher  a        owl:ObjectProperty ;
        rdfs:isDefinedBy  terms: ;
        rdfs:label        "publisher" .

<http://www.w3.org/ns/org#Membership>
        a                 owl:Class ;
        rdfs:isDefinedBy  <http://www.w3.org/ns/org#> ;
        rdfs:label        "Membership" .

<http://www.w3.org/ns/org#member>
        a                 owl:ObjectProperty ;
        rdfs:domain       <http://www.w3.org/ns/org#Membership> ;
        rdfs:isDefinedBy  <http://www.w3.org/ns/org#> ;
        rdfs:label        "member" .

terms:conformsTo  a       owl:DatatypeProperty ;
        rdfs:isDefinedBy  terms: ;
        rdfs:label        "conforms to" .

:DataProductOwner  a      <http://www.w3.org/ns/org#Role> , owl:NamedIndividual ;
        rdfs:comment      "Person responsible for the creation and publication of a data product." ;
        rdfs:isDefinedBy  <https://w3id.org/aerOS/data-catalog> ;
        rdfs:label        "Data Product Owner" .

<http://www.w3.org/ns/org#Organization>
        a                 owl:Class ;
        rdfs:isDefinedBy  <http://www.w3.org/ns/org#> ;
        rdfs:label        "Organization" .

vann:example  a  owl:AnnotationProperty .

terms:identifier  a       owl:DatatypeProperty ;
        rdfs:isDefinedBy  terms: ;
        rdfs:label        "identifier" ;
        rdfs:range        rdfs:Literal .

xsd:date  a     rdfs:Datatype .

<http://www.w3.org/ns/dcat#dataset>
        a                 owl:ObjectProperty ;
        rdfs:domain       <http://www.w3.org/ns/dcat#Catalog> ;
        rdfs:isDefinedBy  <http://www.w3.org/ns/dcat> ;
        rdfs:label        "dataset" ;
        rdfs:range        <http://www.w3.org/ns/dcat#Dataset> .

<https://w3id.org/aerOS/continuum#Domain>
        a                 owl:Class ;
        rdfs:isDefinedBy  <https://w3id.org/aerOS/continuum> ;
        rdfs:label        "Domain" .

<http://www.w3.org/2004/02/skos/core#inScheme>
        a                 owl:ObjectProperty ;
        rdfs:domain       <http://www.w3.org/2004/02/skos/core#Concept> ;
        rdfs:isDefinedBy  <http://www.w3.org/2004/02/skos/core> ;
        rdfs:label        "in scheme" ;
        rdfs:range        <http://www.w3.org/2004/02/skos/core#ConceptScheme> .

<http://www.w3.org/ns/dcat#Catalog>
        a                 owl:Class ;
        rdfs:isDefinedBy  <http://www.w3.org/ns/dcat> ;
        rdfs:label        "Catalog" .

<http://www.w3.org/ns/dcat#accessURL>
        a                 owl:DatatypeProperty ;
        rdfs:isDefinedBy  <http://www.w3.org/ns/dcat> ;
        rdfs:label        "access url" .

:DataProduct  a           owl:Class ;
        rdfs:comment      "Representation of a data product as wrapper of a dataset." ;
        rdfs:isDefinedBy  <https://w3id.org/aerOS/data-catalog> ;
        rdfs:label        "Data Product" ;
        rdfs:subClassOf   <http://www.w3.org/ns/dcat#Dataset> .

<http://www.w3.org/ns/dcat#theme>
        a                 owl:ObjectProperty ;
        rdfs:isDefinedBy  <http://www.w3.org/ns/dcat> ;
        rdfs:label        "theme" .

<http://www.w3.org/ns/dcat#Distribution>
        a                 owl:Class ;
        rdfs:isDefinedBy  <http://www.w3.org/ns/dcat> ;
        rdfs:label        "Distribution" .

terms:modified  a  owl:AnnotationProperty .

owl:versionInfo  a  owl:AnnotationProperty .

vann:preferredNamespacePrefix
        a       owl:AnnotationProperty .

<http://www.w3.org/ns/org#organization>
        a                 owl:ObjectProperty ;
        rdfs:domain       <http://www.w3.org/ns/org#Membership> ;
        rdfs:isDefinedBy  <http://www.w3.org/ns/org#> ;
        rdfs:label        "organization" ;
        rdfs:range        <http://www.w3.org/ns/org#Organization> .

<http://www.w3.org/ns/dcat#DataService>
        a                 owl:Class ;
        rdfs:isDefinedBy  <http://www.w3.org/ns/dcat> ;
        rdfs:label        "Data Service" .

terms:description  a      owl:DatatypeProperty , owl:AnnotationProperty ;
        rdfs:isDefinedBy  terms: ;
        rdfs:label        "description" .

<https://w3id.org/aerOS/continuum#domain>
        a                 owl:ObjectProperty ;
        rdfs:isDefinedBy  <https://w3id.org/aerOS/continuum> ;
        rdfs:label        "domain" ;
        rdfs:range        <https://w3id.org/aerOS/continuum#Domain> .

:dataProduct  a             owl:ObjectProperty ;
        rdfs:comment        "Relation with a data product." ;
        rdfs:isDefinedBy    <https://w3id.org/aerOS/data-catalog> ;
        rdfs:label          "data product" ;
        rdfs:range          :DataProduct ;
        rdfs:subPropertyOf  <http://www.w3.org/ns/dcat#dataset> .

<http://www.w3.org/ns/dcat#mediaType>
        a                 owl:DatatypeProperty ;
        rdfs:isDefinedBy  <http://www.w3.org/ns/dcat> ;
        rdfs:label        "media type" .

<http://www.w3.org/ns/dcat#Dataset>
        a                 owl:Class ;
        rdfs:isDefinedBy  <http://www.w3.org/ns/dcat> ;
        rdfs:label        "Dataset" .

<http://www.w3.org/ns/org#role>
        a                 owl:ObjectProperty ;
        rdfs:domain       <http://www.w3.org/ns/org#Membership> ;
        rdfs:isDefinedBy  <http://www.w3.org/ns/org#> ;
        rdfs:label        "role" ;
        rdfs:range        <http://www.w3.org/ns/org#Role> .
