@prefix dcat: . @prefix dcterms: . @prefix foaf: . @prefix owl: . @prefix pav: . @prefix void: . @prefix xsd: . # ============================================================================ # OSO ontology (TBox + rich ontology metadata) # ============================================================================ a owl:Ontology , dcat:Dataset ; dcterms:title "Observatories of the Seas Ontology"@en ; dcterms:alternative "OSO"@en ; dcterms:description "OSO is an ontology designed to describe marine observatories, research infrastructures, observation platforms, associated organisations, scientific activities and related metadata in a FAIR and interoperable way."@en ; dcterms:creator ; pav:curatedBy ; dcterms:publisher ; dcterms:license ; dcterms:created "2025-03-01"^^xsd:date ; dcterms:modified "2026-08-20"^^xsd:date ; dcterms:language , , , , , , , ; dcat:keyword "marine observatories"@en , "research infrastructures"@en , "semantic web"@en , "ontology"@en , "FAIR"@en , "ocean observing systems"@en ; foaf:homepage ; dcat:landingPage ; dcterms:hasVersion ; pav:previousVersion ; owl:versionInfo "1.2.0"@en ; dcat:version "1.2.0" ; # TODO: add the Zenodo DOI for OSO 1.2.0 after publication dcat:distribution . # ============================================================================ # OSO Knowledge Graph (ABox / domain instance data) # ============================================================================ a dcat:Dataset , void:Dataset ; dcterms:title "OSO Knowledge Graph"@en ; dcterms:description "Instance data described using the Observatories of the Seas Ontology (OSO), including marine observatories, research infrastructures, observation platforms, organisations and related entities."@en ; dcterms:creator ; dcterms:publisher ; dcterms:license ; dcterms:modified "2026-08-20"^^xsd:date ; dcterms:conformsTo ; dcat:version "1.2.0" ; dcat:distribution ; dcat:accessService . # ============================================================================ # OSO complete bundle (ontology + instance data) # ============================================================================ a dcat:Dataset ; dcterms:title "OSO complete distribution"@en ; dcterms:description "Combined distribution of OSO containing both the ontology model and the instance data."@en ; dcterms:creator ; dcterms:publisher ; dcterms:license ; dcterms:modified "2026-08-20"^^xsd:date ; dcterms:conformsTo ; dcterms:hasPart , ; dcat:version "1.2.0" ; dcat:distribution , , , , , . # ============================================================================ # Turtle distribution of the ontology only (TBox) # ============================================================================ a dcat:Distribution ; dcterms:title "OSO ontology – Turtle distribution"@en ; dcterms:description "Ontology-only distribution of OSO containing the ontology model, axioms and ontology metadata, without domain instance data."@en ; dcterms:format "text/turtle" ; dcat:mediaType ; dcat:downloadURL . # ============================================================================ # Turtle distribution of the instance data only (ABox) # ============================================================================ a dcat:Distribution ; dcterms:title "OSO instance data – Turtle distribution"@en ; dcterms:description "Instance-data distribution of the OSO Knowledge Graph, without the ontology schema."@en ; dcterms:format "text/turtle" ; dcat:mediaType ; dcat:downloadURL . # ============================================================================ # Complete Turtle distribution (TBox + ABox) # ============================================================================ a dcat:Distribution ; dcterms:title "OSO complete – Turtle distribution"@en ; dcterms:description "Complete OSO distribution containing both the ontology model and the instance data."@en ; dcterms:format "text/turtle" ; dcat:mediaType ; dcat:downloadURL . # ============================================================================ # Additional serializations of the complete distribution # ============================================================================ a dcat:Distribution ; dcterms:title "OSO complete – RDF/XML distribution"@en ; dcterms:format "application/rdf+xml" ; dcat:mediaType ; dcat:downloadURL . a dcat:Distribution ; dcterms:title "OSO complete – JSON-LD distribution"@en ; dcterms:format "application/ld+json" ; dcat:mediaType ; dcat:downloadURL . a dcat:Distribution ; dcterms:title "OSO complete – N-Triples distribution"@en ; dcterms:format "application/n-triples" ; dcat:mediaType ; dcat:downloadURL . a dcat:Distribution ; dcterms:title "OSO complete – N3 distribution"@en ; dcterms:format "text/n3" ; dcat:mediaType ; dcat:downloadURL . a dcat:Distribution ; dcterms:title "OSO complete – TriG distribution"@en ; dcterms:format "application/trig" ; dcat:mediaType ; dcat:downloadURL . # ============================================================================ # SPARQL service exposing the complete OSO graph # ============================================================================ a dcat:DataService ; dcterms:title "OSO SPARQL endpoint"@en ; dcterms:description "SPARQL endpoint providing query access to the OSO ontology and instance data."@en ; dcat:endpointURL ; dcat:landingPage ; dcat:servesDataset .