Skip to content

Commit 587763c

Browse files
fixed the ontologyIRI predicate
1 parent a231372 commit 587763c

1 file changed

Lines changed: 34 additions & 18 deletions

File tree

sulo.ttl

Lines changed: 34 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,45 +3,45 @@
33
@prefix mod: <https://w3id.org/mod#> .
44
@prefix omv: <http://omv.ontoware.org/2005/05/ontology#> .
55
@prefix owl: <http://www.w3.org/2002/07/owl#> .
6+
@prefix pav: <http://purl.org/pav/> .
67
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
78
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
89
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
9-
@prefix pav: <http://purl.org/pav/> .
1010
@prefix dcat: <http://www.w3.org/ns/dcat#> .
1111
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
1212
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
1313
@prefix sulo: <https://w3id.org/sulo/> .
14-
@prefix schema: <https://schema.org/> .
1514
@prefix vann: <http://purl.org/vocab/vann/> .
15+
@prefix schema: <https://schema.org/> .
1616
@prefix dcterms: <http://purl.org/dc/terms/> .
1717
@base <https://w3id.org/sulo/sulo.ttl#> .
1818

1919
<https://w3id.org/sulo/sulo.ttl> rdf:type owl:Ontology ;
20+
owl:versionIRI <https://w3id.org/sulo/versions/sulo-0.2.0.ttl> ;
2021
dcterms:alternative "SULO"@en ;
2122
dcterms:created "2024-11-11" ;
2223
dcterms:language <http://lexvo.org/id/iso639-1/en> ;
2324
dcterms:license <https://creativecommons.org/publicdomain/zero/1.0> ;
2425
dcterms:modified "2025-07-08" ;
26+
dcterms:title "Simplified Upper Level Ontology"@en ;
2527
pav:authoredBy <https://orcid.org/0000-0003-4727-9435> ;
28+
vann:preferredNamespacePrefix "sulo" ;
29+
vann:preferredNamespaceUri sulo: ;
2630
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 ;
2731
rdfs:label "Simplified Upper Level Ontology"@en ;
28-
dcterms:title "Simplified Upper Level Ontology"@en ;
2932
owl:versionInfo "0.2.0" ;
30-
owl:versionIri <https://w3id.org/sulo/versions/sulo-0.2.0.ttl> ;
3133
dcat:accessURL <https://w3id.org/sulo/sulo.ttl> ;
3234
foaf:homepage <https://github.com/AIDAVA-DEV/sulo> ;
3335
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 ;
3436
mod:definitionProperty rdfs:comment ;
3537
mod:hasRepresentationLanguage omv:OWL ;
3638
mod:hasSyntax <http://www.w3.org/ns/formats/Turtle> ;
37-
vann:preferredNamespacePrefix "sulo" ;
38-
vann:preferredNamespaceUri <https://w3id.org/sulo/> ;
3939
mod:prefLabelProperty rdfs:label .
4040

4141
#################################################################
42-
# Annotation properties
42+
# Annotation properties
4343
#################################################################
44-
44+
4545
### http://purl.org/dc/terms/alternative
4646
dcterms:alternative rdf:type owl:AnnotationProperty .
4747

@@ -62,6 +62,22 @@ dcterms:license rdf:type owl:AnnotationProperty .
6262
dcterms:modified rdf:type owl:AnnotationProperty .
6363

6464

65+
### http://purl.org/dc/terms/title
66+
dcterms:title rdf:type owl:AnnotationProperty .
67+
68+
69+
### http://purl.org/pav/authoredBy
70+
pav:authoredBy rdf:type owl:AnnotationProperty .
71+
72+
73+
### http://purl.org/vocab/vann/preferredNamespacePrefix
74+
vann:preferredNamespacePrefix rdf:type owl:AnnotationProperty .
75+
76+
77+
### http://purl.org/vocab/vann/preferredNamespaceUri
78+
vann:preferredNamespaceUri rdf:type owl:AnnotationProperty .
79+
80+
6581
### http://www.w3.org/2004/02/skos/core#example
6682
<http://www.w3.org/2004/02/skos/core#example> rdf:type owl:AnnotationProperty .
6783

@@ -95,17 +111,17 @@ mod:prefLabelProperty rdf:type owl:AnnotationProperty .
95111

96112

97113
#################################################################
98-
# Datatypes
114+
# Datatypes
99115
#################################################################
100-
116+
101117
### http://www.w3.org/2001/XMLSchema#date
102118
xsd:date rdf:type rdfs:Datatype .
103119

104120

105121
#################################################################
106-
# Object Properties
122+
# Object Properties
107123
#################################################################
108-
124+
109125
### https://w3id.org/sulo/atTime
110126
sulo:atTime rdf:type owl:ObjectProperty ;
111127
owl:inverseOf sulo:isTimeOf ;
@@ -274,9 +290,9 @@ sulo:refersTo rdf:type owl:ObjectProperty ;
274290

275291

276292
#################################################################
277-
# Data properties
293+
# Data properties
278294
#################################################################
279-
295+
280296
### https://w3id.org/sulo/hasValue
281297
sulo:hasValue rdf:type owl:DatatypeProperty ,
282298
owl:FunctionalProperty ;
@@ -286,9 +302,9 @@ sulo:hasValue rdf:type owl:DatatypeProperty ,
286302

287303

288304
#################################################################
289-
# Classes
305+
# Classes
290306
#################################################################
291-
307+
292308
### https://w3id.org/sulo/Capability
293309
sulo:Capability rdf:type owl:Class ;
294310
rdfs:subClassOf sulo:Feature ;
@@ -510,9 +526,9 @@ sulo:Unit rdf:type owl:Class ;
510526

511527

512528
#################################################################
513-
# General axioms
529+
# General axioms
514530
#################################################################
515-
531+
516532
[ rdf:type owl:AllDisjointClasses ;
517533
owl:members ( sulo:Capability
518534
sulo:InformationObject

0 commit comments

Comments
 (0)