diff --git a/sulo.ttl b/sulo.ttl index c2503bd..a261ac6 100644 --- a/sulo.ttl +++ b/sulo.ttl @@ -4,26 +4,45 @@ @prefix xml: . @prefix xsd: . @prefix rdfs: . +@prefix mod: . +@prefix dcterms: . +@prefix cc: . +@prefix omv: . +@prefix foaf: . +@prefix schema: . +@prefix dcat: . @prefix sulo: . + @base . rdf:type owl:Ontology ; - rdfs:comment "The Simplified Upper Level Ontology (SULO) is ontology with a minimal set of classes and relations to guide the development of a personal health knowledge graph."@en , - "version 0.1.0"@en ; + rdfs:comment "The Simplified Upper Level Ontology (SULO) is ontology with a minimal set of classes and relations to guide the development of a personal health knowledge graph."@en; + owl:versionInfo "0.1.0"; + mod:hasRepresentationLanguage omv:OWL ; + mod:hasSyntax ; + dcterms:language ; + dcterms:license ; + foaf:homepage ; + dcterms:alternative "SULO"@en ; + dcterms:created "2024-11-11" ; + schema:funding "This work is partially supported by the AIDAVA project (GA 101057062), as part of the European Union's Horizon Europe research and innovation programme."@en ; + mod:prefLabelProperty rdfs:label ; + mod:definitionProperty rdfs:comment ; + dcat:accessURL ; rdfs:label "Simplified Upper Level Ontology"@en . ################################################################# -# Annotation properties +# Annotation properties ################################################################# - + ### http://www.w3.org/2004/02/skos/core#example rdf:type owl:AnnotationProperty . ################################################################# -# Object Properties +# Object Properties ################################################################# - + ### https://w3id.org/sulo/causes sulo:causes rdf:type owl:ObjectProperty ; rdfs:subPropertyOf sulo:precedes ; @@ -136,9 +155,9 @@ sulo:represents rdf:type owl:ObjectProperty ; ################################################################# -# Data properties +# Data properties ################################################################# - + ### https://w3id.org/sulo/hasValue sulo:hasValue rdf:type owl:DatatypeProperty ; rdfs:domain sulo:InformationObject ; @@ -147,9 +166,9 @@ sulo:hasValue rdf:type owl:DatatypeProperty ; ################################################################# -# Classes +# Classes ################################################################# - + ### https://w3id.org/sulo/ActionSpecification sulo:ActionSpecification rdf:type owl:Class ; rdfs:subClassOf sulo:InformationObject ;