Skip to content

Commit

Permalink
updated with new ontology metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
micheldumontier committed Nov 28, 2024
1 parent 238fbff commit c820a10
Showing 1 changed file with 29 additions and 10 deletions.
39 changes: 29 additions & 10 deletions sulo.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,45 @@
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix mod: <https://w3id.org/mod#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix cc: <http://creativecommons.org/ns#> .
@prefix omv: <http://omv.ontoware.org/2005/05/ontology#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix schema: <https://schema.org/> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix sulo: <https://w3id.org/sulo/> .

@base <https://w3id.org/sulo/> .

<https://w3id.org/sulo> 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 <http://www.w3.org/ns/formats/Turtle> ;
dcterms:language <http://lexvo.org/id/iso639-1/en> ;
dcterms:license <https://creativecommons.org/publicdomain/zero/1.0>;
foaf:homepage <https://w3id.org/sulo/>;
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 <https://github.com/AIDAVA-DEV/sulo/blob/main/sulo.ttl> ;
rdfs:label "Simplified Upper Level Ontology"@en .

#################################################################
# Annotation properties
# Annotation properties
#################################################################


### http://www.w3.org/2004/02/skos/core#example
<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 ;
Expand Down Expand Up @@ -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 ;
Expand All @@ -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 ;
Expand Down

0 comments on commit c820a10

Please sign in to comment.