This commit is contained in:
2026-08-25 17:07:40 -04:00
parent 78243f53f5
commit 35477a3658
3 changed files with 55 additions and 43 deletions
+4 -2
View File
@@ -22,7 +22,8 @@
@prefix premis3: <http://www.loc.gov/premis/rdf/v3/> .
@base <https://graphofliberty.org/2026/04/ont/> .
<https://graphofliberty.org/2026/04/ont> rdf:type owl:Ontology .
<https://graphofliberty.org/2026/04/ont> rdf:type owl:Ontology ;
owl:imports <http://www.w3.org/2004/02/skos/core> .
#################################################################
# Annotation properties
@@ -110,6 +111,7 @@ xsd:unsignedShort rdf:type rdfs:Datatype ;
### https://graphofliberty.org/2026/04/ont/Category
:Category rdf:type owl:Class ;
rdfs:subClassOf skos:Concept ;
rdfs:label "Category"@en .
@@ -221,7 +223,7 @@ ldp:contains rdf:type owl:NamedIndividual ;
### https://graphofliberty.org/2026/04/ont/AudioBook
:AudioBook rdf:type owl:NamedIndividual ,
:Category ;
rdfs:label "Audio Book"@en .
rdfs:label "audio book"@en .
### Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi