.
This commit is contained in:
@@ -92,10 +92,18 @@ xsd:unsignedShort rdf:type rdfs:Datatype ;
|
||||
rdfs:label "associated property"@en .
|
||||
|
||||
|
||||
### https://graphofliberty.org/2026/04/ont/fullText
|
||||
:fullText rdf:type owl:ObjectProperty ;
|
||||
rdfs:comment "A URL to a file which is intended to be passed to a full-text search database."@en ;
|
||||
rdfs:label "has full text"@en .
|
||||
### https://graphofliberty.org/2026/04/ont/derivedWith
|
||||
:derivedWith rdf:type owl:ObjectProperty ;
|
||||
rdfs:range :DerivationMethodology ;
|
||||
rdfs:comment "Relates a File to a Derivation Methodology."@en ;
|
||||
rdfs:label "derived with"@en .
|
||||
|
||||
|
||||
### https://graphofliberty.org/2026/04/ont/indexDocument
|
||||
:indexDocument rdf:type owl:ObjectProperty ;
|
||||
rdfs:range :IndexDocument ;
|
||||
rdfs:comment "Relates an entity to an Index Document."@en ;
|
||||
rdfs:label "has index document"@en .
|
||||
|
||||
|
||||
### https://graphofliberty.org/2026/04/ont/indexedByField
|
||||
@@ -105,6 +113,12 @@ xsd:unsignedShort rdf:type rdfs:Datatype ;
|
||||
rdfs:label "indexed by field"@en .
|
||||
|
||||
|
||||
### https://graphofliberty.org/2026/04/ont/subtitles
|
||||
:subtitles rdf:type owl:ObjectProperty ;
|
||||
rdfs:comment "Relates an entity to a File which contains subtitles for the entity."@en ;
|
||||
rdfs:label "has subtitles"@en .
|
||||
|
||||
|
||||
### https://graphofliberty.org/2026/04/ont/template
|
||||
:template rdf:type owl:ObjectProperty ;
|
||||
rdfs:comment "A default set of triples used during the creation of new entities of the associated class."@en ;
|
||||
@@ -151,6 +165,11 @@ xsd:unsignedShort rdf:type rdfs:Datatype ;
|
||||
# Classes
|
||||
#################################################################
|
||||
|
||||
### https://graphofliberty.org/2026/04/ont/AudioBook
|
||||
:AudioBook rdf:type owl:Class ;
|
||||
rdfs:subClassOf :Entity .
|
||||
|
||||
|
||||
### https://graphofliberty.org/2026/04/ont/DerivationMethodology
|
||||
:DerivationMethodology rdf:type owl:Class ;
|
||||
rdfs:comment "The methodology used to derive content. Individuals of this class should provide enough information to replicate the process by which the content was generated. For example, if Whisper was used derive captions for an audio book, the precise model used (e.g. large v3), a link to the source code (e.g. HuggingFace) and/or a paper should be provided."@en ;
|
||||
@@ -163,6 +182,12 @@ xsd:unsignedShort rdf:type rdfs:Datatype ;
|
||||
rdfs:label "Graph of Liberty Entity"@en .
|
||||
|
||||
|
||||
### https://graphofliberty.org/2026/04/ont/IndexDocument
|
||||
:IndexDocument rdf:type owl:Class ;
|
||||
rdfs:comment "A document which is intended to be passed verbatim to a full-text search engine for indexing."@en ;
|
||||
rdfs:label "Index Document"@en .
|
||||
|
||||
|
||||
### https://graphofliberty.org/2026/04/ont/IndexDocumentField
|
||||
:IndexDocumentField rdf:type owl:Class ;
|
||||
rdfs:comment "Describes a single field present within a document that is indexed in a full-text search database."@en ;
|
||||
@@ -175,6 +200,12 @@ xsd:unsignedShort rdf:type rdfs:Datatype ;
|
||||
rdfs:label "Searchable Class"@en .
|
||||
|
||||
|
||||
### https://graphofliberty.org/2026/04/ont/Transcription
|
||||
:Transcription rdf:type owl:Class ;
|
||||
rdfs:comment "A structured or unstructured textual file which contains a transcription of an audio file."@en ;
|
||||
rdfs:label "Transcription"@en .
|
||||
|
||||
|
||||
#################################################################
|
||||
# Individuals
|
||||
#################################################################
|
||||
@@ -338,6 +369,12 @@ ldp:contains rdf:type owl:NamedIndividual ;
|
||||
:readOnly "true"^^xsd:boolean .
|
||||
|
||||
|
||||
### https://graphofliberty.org/2026/04/ont/AudioBook
|
||||
:AudioBook rdf:type owl:NamedIndividual ,
|
||||
:SearchableClass ;
|
||||
:categoryId "4"^^xsd:nonNegativeInteger .
|
||||
|
||||
|
||||
### https://graphofliberty.org/2026/04/ont/Definition
|
||||
:Definition rdf:type owl:NamedIndividual ,
|
||||
:IndexDocumentField ;
|
||||
@@ -370,4 +407,11 @@ ldp:contains rdf:type owl:NamedIndividual ;
|
||||
rdfs:label "Surname Field"@en .
|
||||
|
||||
|
||||
#################################################################
|
||||
# Annotations
|
||||
#################################################################
|
||||
|
||||
:AudioBook 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