@prefix : . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix rdfs: . @base . rdf:type owl:Ontology ; rdfs:comment "The structure of SOyA schema"@en ; rdfs:label "SOyA Schema"@en . ################################################################# # Object Properties ################################################################# ### http://w3id.org/soya/ns/v1#onBase :onBase rdf:type owl:ObjectProperty ; rdfs:domain :Overlay ; rdfs:range :Base . :renderingLabel rdf:type owl:ObjectProperty ; rdfs:domain :Overlay . ################################################################# # Classes ################################################################# ### http://w3id.org/soya/ns/v1#Base :Base rdf:type owl:Class ; rdfs:comment "The superclass of all SOyA base concept"@en ; rdfs:label "Base"@en . ### http://w3id.org/soya/ns/v1#Overlay :Overlay rdf:type owl:Class ; rdfs:comment "The superclass of all SOyA overlays"@en ; rdfs:label "Overlay"@en . ### http://w3id.org/soya/ns/v1#OverlayAnnotation :OverlayAnnotation rdf:type owl:Class ; rdfs:subClassOf :Overlay ; rdfs:comment "Annotation Overlay"@en ; rdfs:label "Annotation Overlay"@en . ### http://w3id.org/soya/ns/v1#OverlayClassification :OverlayClassification rdf:type owl:Class ; rdfs:subClassOf :Overlay ; rdfs:comment "Classification Overlay"@en ; rdfs:label "Classification Overlay"@en . ### http://w3id.org/soya/ns/v1#OverlayEncoding :OverlayEncoding rdf:type owl:Class ; rdfs:subClassOf :Overlay ; rdfs:comment "Encoding Overlay"@en ; rdfs:label "Encoding Overlay"@en . ### http://w3id.org/soya/ns/v1#OverlayMapping :OverlayMapping rdf:type owl:Class ; rdfs:subClassOf :Overlay ; rdfs:comment "Mapping Overlay"@en ; rdfs:label "Mapping Overlay"@en . ### http://w3id.org/soya/ns/v1#OverlayReference :OverlayReference rdf:type owl:Class ; rdfs:subClassOf :Overlay ; rdfs:label "Overlay Reference"@en . ### http://w3id.org/soya/ns/v1#OverlayTransformation :OverlayTransformation rdf:type owl:Class ; rdfs:subClassOf :Overlay ; rdfs:comment "Transformation Overlay"@en ; rdfs:label "Transformation Overlay"@en . ### http://w3id.org/soya/ns/v1#OverlayValidation :OverlayValidation rdf:type owl:Class ; rdfs:subClassOf :Overlay ; rdfs:comment "Validation Overlay"@en ; rdfs:label "Validation Overlay"@en . ### http://w3id.org/soya/ns/v1#Stack :Stack rdf:type owl:Class ; rdfs:label "Stack"@en .