@prefix : . @prefix scr: . @prefix dc: . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix rdfs: . @prefix w3c-format: . @prefix sh: . @prefix foaf: . ################################################################# # Version of the ontology (and the base container) ################################################################# rdf:type owl:Ontology ; owl:versionIRI . ################################################################# # Object Properties ################################################################# ### http://purl.org/dc/elements/1.1/contributor dc:contributor rdf:type owl:ObjectProperty ; rdfs:range foaf:Agent . ### http://purl.org/dc/elements/1.1/creator dc:creator rdf:type owl:ObjectProperty ; rdfs:range foaf:Agent . ### http://semantics.id/ns/semcon#hasDataConfiguration :hasDataConfiguration rdf:type owl:ObjectProperty ; rdfs:domain :ContainerConfiguration ; rdfs:range :DataConfiguration . ### http://semantics.id/ns/semcon#hasDataLayer :hasDataLayer rdf:type owl:ObjectProperty ; rdfs:domain :ContainerConfiguration ; rdfs:range :DataLayer . ### http://semantics.id/ns/semcon#hasNativeSyntax :hasNativeSyntax rdf:type owl:ObjectProperty ; rdfs:domain :DataConfiguration ; rdfs:range :NativeSyntax . ################################################################# # Data properties ################################################################# ### http://purl.org/dc/elements/1.1/description dc:description rdf:type owl:DatatypeProperty . ### http://purl.org/dc/elements/1.1/title dc:title rdf:type owl:DatatypeProperty . ### http://semantics.id/ns/semcon#hasExampleData :hasExampleData rdf:type owl:DatatypeProperty ; rdfs:domain :DataConfiguration . ### http://semantics.id/ns/semcon#isDataConstraintExist :isDataConstraintExist rdf:type owl:DatatypeProperty ; rdfs:domain :DataConfiguration . ### http://semantics.id/ns/semcon#isDataMappingExist :isDataMappingExist rdf:type owl:DatatypeProperty ; rdfs:domain :DataConfiguration . ### http://semantics.id/ns/semcon#isDataModelExist :isDataModelExist rdf:type owl:DatatypeProperty ; rdfs:domain :DataConfiguration . ### http://semantics.id/ns/semcon#hasTag :hasTag rdf:type owl:DatatypeProperty ; rdfs:domain :DataConfiguration . ### http://xmlns.com/foaf/0.1/mbox foaf:mbox rdf:type owl:DatatypeProperty ; rdfs:domain foaf:Agent . ### http://xmlns.com/foaf/0.1/name foaf:name rdf:type owl:DatatypeProperty ; rdfs:domain foaf:Agent . ################################################################# # Classes ################################################################# ### http://semantics.id/ns/semcon#ContainerConfiguration :ContainerConfiguration rdf:type owl:Class . ### http://semantics.id/ns/semcon#DataConfiguration :DataConfiguration rdf:type owl:Class . ### http://semantics.id/ns/semcon#DataLayer :DataLayer rdf:type owl:Class . ### http://semantics.id/ns/semcon#NativeSyntax :NativeSyntax rdf:type owl:Class . ### http://semantics.id/ns/semcon#RDFSyntax :RDFSyntax rdf:type owl:Class ; rdfs:subClassOf :NativeSyntax . ### http://xmlns.com/foaf/0.1/Agent foaf:Agent rdf:type owl:Class . ### http://xmlns.com/foaf/0.1/Organization foaf:Organization rdf:type owl:Class ; rdfs:subClassOf foaf:Agent . ### http://xmlns.com/foaf/0.1/Person foaf:Person rdf:type owl:Class ; rdfs:subClassOf foaf:Agent . ################################################################# # Individuals ################################################################# ### http://semantics.id/ns/semcon#JSON :JSON rdf:type owl:NamedIndividual , :NativeSyntax . ### http://semantics.id/ns/semcon#LayerMetadata :LayerMetadata rdf:type owl:NamedIndividual , :DataLayer ; rdfs:label "Layer: Metadata" . ### http://semantics.id/ns/semcon#LayerSemantics :LayerSemantics rdf:type owl:NamedIndividual , :DataLayer ; rdfs:label "Layer: Semantics" . ### http://semantics.id/ns/semcon#LayerSyntax :LayerSyntax rdf:type owl:NamedIndividual , :DataLayer ; rdfs:label "Layer: Syntax" . ### http://www.w3.org/ns/formats/JSON-LD w3c-format:JSON-LD rdf:type owl:NamedIndividual , :RDFSyntax . ### http://www.w3.org/ns/formats/TriG w3c-format:TriG rdf:type owl:NamedIndividual , :RDFSyntax . ### http://www.w3.org/ns/formats/Turtle w3c-format:Turtle rdf:type owl:NamedIndividual , :RDFSyntax . ### Generated by the OWL API (version 4.5.6.2018-09-06T00:27:41Z) https://github.com/owlcs/owlapi