.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user