.
This commit is contained in:
@@ -83,20 +83,8 @@ xsd:unsignedShort rdf:type rdfs:Datatype ;
|
||||
# Object Properties
|
||||
#################################################################
|
||||
|
||||
### http://rdaregistry.info/Elements/a/P50094
|
||||
rdaa:P50094 rdf:type owl:ObjectProperty .
|
||||
|
||||
|
||||
### http://rdaregistry.info/Elements/a/identifierForPerson.en
|
||||
rdaa:identifierForPerson.en rdf:type owl:ObjectProperty .
|
||||
|
||||
|
||||
### http://rdaregistry.info/Elements/m/P30154
|
||||
rdam:P30154 rdf:type owl:ObjectProperty .
|
||||
|
||||
|
||||
### http://rdaregistry.info/Elements/m/uniformResourceLocator.en
|
||||
rdam:uniformResourceLocator.en rdf:type owl:ObjectProperty .
|
||||
### http://fedora.info/definitions/v4/repository#hasParent
|
||||
fedora:hasParent rdf:type owl:ObjectProperty .
|
||||
|
||||
|
||||
### https://graphofliberty.org/2026/04/ont/associatedProperty
|
||||
@@ -106,8 +94,7 @@ rdam:uniformResourceLocator.en rdf:type owl:ObjectProperty .
|
||||
|
||||
### https://graphofliberty.org/2026/04/ont/indexedByField
|
||||
:indexedByField rdf:type owl:ObjectProperty ;
|
||||
rdfs:domain owl:DatatypeProperty ;
|
||||
rdfs:range :IndexField ;
|
||||
rdfs:range :IndexDocumentField ;
|
||||
rdfs:comment "The property is associated with the given field in a full-text search database."@en ;
|
||||
rdfs:label "indexed by field"@en .
|
||||
|
||||
@@ -140,22 +127,6 @@ fedora:lastModified rdf:type owl:DatatypeProperty .
|
||||
fedora:lastModifiedBy rdf:type owl:DatatypeProperty .
|
||||
|
||||
|
||||
### http://rdaregistry.info/Elements/a/P50291
|
||||
rdaa:P50291 rdf:type owl:DatatypeProperty .
|
||||
|
||||
|
||||
### http://rdaregistry.info/Elements/a/P50292
|
||||
rdaa:P50292 rdf:type owl:DatatypeProperty .
|
||||
|
||||
|
||||
### http://rdaregistry.info/Elements/a/givenName.en
|
||||
rdaa:givenName.en rdf:type owl:DatatypeProperty .
|
||||
|
||||
|
||||
### http://rdaregistry.info/Elements/a/surname.en
|
||||
rdaa:surname.en rdf:type owl:DatatypeProperty .
|
||||
|
||||
|
||||
### http://www.w3.org/ns/ldp#contains
|
||||
ldp:contains rdf:type owl:DatatypeProperty ;
|
||||
rdfs:subPropertyOf owl:topDataProperty .
|
||||
@@ -163,19 +134,20 @@ ldp:contains rdf:type owl:DatatypeProperty ;
|
||||
|
||||
### https://graphofliberty.org/2026/04/ont/catalogId
|
||||
:catalogId rdf:type owl:DatatypeProperty ;
|
||||
rdfs:domain owl:Class ;
|
||||
rdfs:comment "An integer associated with the class for fast lookup in a database."@en ;
|
||||
rdfs:label "catalog id" .
|
||||
|
||||
|
||||
### https://graphofliberty.org/2026/04/ont/fieldLabel
|
||||
:fieldLabel rdf:type owl:DatatypeProperty ;
|
||||
rdfs:domain :IndexDocumentField ;
|
||||
rdfs:comment "The label of a field, which shall be displayed to the user."@en ;
|
||||
rdfs:label "field label"@en .
|
||||
|
||||
|
||||
### https://graphofliberty.org/2026/04/ont/fieldName
|
||||
:fieldName rdf:type owl:DatatypeProperty ;
|
||||
rdfs:domain :IndexDocumentField ;
|
||||
rdfs:comment "The name of the field, as defined in the full-text search document schema."@en ;
|
||||
rdfs:label "field name"@en .
|
||||
|
||||
@@ -190,122 +162,15 @@ ldp:contains rdf:type owl:DatatypeProperty ;
|
||||
# Classes
|
||||
#################################################################
|
||||
|
||||
### http://fedora.info/definitions/v4/repository#Container
|
||||
fedora:Container rdf:type owl:Class .
|
||||
|
||||
|
||||
### http://fedora.info/definitions/v4/repository#Resource
|
||||
fedora:Resource rdf:type owl:Class .
|
||||
|
||||
|
||||
### http://rdaregistry.info/Elements/c/C10001
|
||||
rdac:C10001 rdf:type owl:Class ;
|
||||
rdfs:subClassOf rdac:C10013 ;
|
||||
rdfs:label "Work"@en .
|
||||
|
||||
|
||||
### http://rdaregistry.info/Elements/c/C10002
|
||||
rdac:C10002 rdf:type owl:Class ;
|
||||
rdfs:subClassOf rdac:C10013 ;
|
||||
rdfs:label "Agent"@en .
|
||||
|
||||
|
||||
### http://rdaregistry.info/Elements/c/C10004
|
||||
rdac:C10004 rdf:type owl:Class ;
|
||||
rdfs:subClassOf rdac:C10002 .
|
||||
|
||||
|
||||
### http://rdaregistry.info/Elements/c/C10007
|
||||
rdac:C10007 rdf:type owl:Class ;
|
||||
rdfs:subClassOf rdac:C10013 .
|
||||
|
||||
|
||||
### http://rdaregistry.info/Elements/c/C10013
|
||||
rdac:C10013 rdf:type owl:Class ;
|
||||
rdfs:label "RDA Entity"@en .
|
||||
|
||||
|
||||
### http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
|
||||
rdf:Property rdf:type owl:Class .
|
||||
|
||||
|
||||
### http://www.w3.org/2000/01/rdf-schema#Class
|
||||
rdfs:Class rdf:type owl:Class .
|
||||
|
||||
|
||||
### http://www.w3.org/2002/07/owl#Class
|
||||
owl:Class rdf:type owl:Class .
|
||||
|
||||
|
||||
### http://www.w3.org/2002/07/owl#DatatypeProperty
|
||||
owl:DatatypeProperty rdf:type owl:Class .
|
||||
|
||||
|
||||
### http://www.w3.org/ns/ldp#BasicContainer
|
||||
ldp:BasicContainer rdf:type owl:Class .
|
||||
|
||||
|
||||
### http://www.w3.org/ns/ldp#Container
|
||||
ldp:Container rdf:type owl:Class .
|
||||
|
||||
|
||||
### http://www.w3.org/ns/ldp#RDFSource
|
||||
ldp:RDFSource rdf:type owl:Class .
|
||||
|
||||
|
||||
### http://www.w3.org/ns/ldp#Resource
|
||||
ldp:Resource rdf:type owl:Class .
|
||||
|
||||
|
||||
### https://graphofliberty.org/2026/04/ont/AudioBook
|
||||
:AudioBook rdf:type owl:Class ;
|
||||
rdfs:subClassOf :Entity .
|
||||
|
||||
|
||||
### https://graphofliberty.org/2026/04/ont/Book
|
||||
:Book rdf:type owl:Class ;
|
||||
rdfs:subClassOf :Entity .
|
||||
|
||||
|
||||
### https://graphofliberty.org/2026/04/ont/Document
|
||||
:Document rdf:type owl:Class ;
|
||||
rdfs:subClassOf :Entity .
|
||||
|
||||
|
||||
### https://graphofliberty.org/2026/04/ont/Entity
|
||||
:Entity rdf:type owl:Class ;
|
||||
rdfs:label "Graph of Liberty Entity"@en .
|
||||
|
||||
|
||||
### https://graphofliberty.org/2026/04/ont/IndexField
|
||||
:IndexField rdf:type owl:Class ;
|
||||
rdfs:comment "Describes a single field present within a larger document that is passed to a full-text search database."@en ;
|
||||
rdfs:label "Index Field"@en .
|
||||
|
||||
|
||||
### https://graphofliberty.org/2026/04/ont/Meme
|
||||
:Meme rdf:type owl:Class ;
|
||||
rdfs:subClassOf :Entity .
|
||||
|
||||
|
||||
### https://graphofliberty.org/2026/04/ont/Movie
|
||||
:Movie rdf:type owl:Class ;
|
||||
rdfs:subClassOf :Entity .
|
||||
|
||||
|
||||
### https://graphofliberty.org/2026/04/ont/Music
|
||||
:Music rdf:type owl:Class ;
|
||||
rdfs:subClassOf :Entity .
|
||||
|
||||
|
||||
### https://graphofliberty.org/2026/04/ont/Podcast
|
||||
:Podcast rdf:type owl:Class ;
|
||||
rdfs:subClassOf :Entity .
|
||||
|
||||
|
||||
### https://graphofliberty.org/2026/04/ont/TVShow
|
||||
:TVShow rdf:type owl:Class ;
|
||||
rdfs:subClassOf :Entity .
|
||||
### 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 ;
|
||||
rdfs:label "Index Document Field"@en .
|
||||
|
||||
|
||||
#################################################################
|
||||
@@ -332,6 +197,11 @@ fedora:createdBy rdf:type owl:NamedIndividual ;
|
||||
:readOnly "true"^^xsd:boolean .
|
||||
|
||||
|
||||
### http://fedora.info/definitions/v4/repository#hasParent
|
||||
fedora:hasParent rdf:type owl:NamedIndividual ;
|
||||
:readOnly "true"^^xsd:boolean .
|
||||
|
||||
|
||||
### http://fedora.info/definitions/v4/repository#lastModified
|
||||
fedora:lastModified rdf:type owl:NamedIndividual ;
|
||||
:readOnly "true"^^xsd:boolean .
|
||||
@@ -342,89 +212,16 @@ fedora:lastModifiedBy rdf:type owl:NamedIndividual ;
|
||||
:readOnly "true"^^xsd:boolean .
|
||||
|
||||
|
||||
### http://rdaregistry.info/Elements/a/P50094
|
||||
rdaa:P50094 rdf:type owl:NamedIndividual ;
|
||||
owl:sameAs rdaa:identifierForPerson.en .
|
||||
|
||||
|
||||
### http://rdaregistry.info/Elements/a/identifierForPerson.en
|
||||
|
||||
### http://rdaregistry.info/Elements/a/P50291
|
||||
rdaa:P50291 rdf:type owl:NamedIndividual ;
|
||||
owl:sameAs rdaa:surname.en ;
|
||||
:indexedByField :surname .
|
||||
|
||||
|
||||
### http://rdaregistry.info/Elements/a/surname.en
|
||||
|
||||
### http://rdaregistry.info/Elements/a/P50292
|
||||
rdaa:P50292 rdf:type owl:NamedIndividual ;
|
||||
owl:sameAs rdaa:givenName.en ;
|
||||
:indexedByField :givenName .
|
||||
|
||||
|
||||
### http://rdaregistry.info/Elements/a/givenName.en
|
||||
|
||||
### http://rdaregistry.info/Elements/a/givenName.en
|
||||
rdaa:givenName.en rdf:type owl:NamedIndividual .
|
||||
|
||||
|
||||
### http://rdaregistry.info/Elements/a/identifierForPerson.en
|
||||
rdaa:identifierForPerson.en rdf:type owl:NamedIndividual .
|
||||
|
||||
|
||||
### http://rdaregistry.info/Elements/a/surname.en
|
||||
rdaa:surname.en rdf:type owl:NamedIndividual .
|
||||
|
||||
|
||||
### http://rdaregistry.info/Elements/c/C10004
|
||||
rdac:C10004 rdf:type owl:NamedIndividual ;
|
||||
:associatedProperty rdaa:P50291 ,
|
||||
rdaa:P50292 ;
|
||||
:catalogId "8"^^xsd:nonNegativeInteger .
|
||||
|
||||
|
||||
### http://rdaregistry.info/Elements/c/C10007
|
||||
rdac:C10007 rdf:type owl:NamedIndividual ;
|
||||
:template [ rdf:type rdac:C10007
|
||||
] .
|
||||
|
||||
|
||||
### http://rdaregistry.info/Elements/m/P30154
|
||||
rdam:P30154 rdf:type owl:NamedIndividual ;
|
||||
owl:sameAs rdam:uniformResourceLocator.en .
|
||||
|
||||
|
||||
### http://rdaregistry.info/Elements/m/uniformResourceLocator.en
|
||||
|
||||
### http://rdaregistry.info/Elements/m/uniformResourceLocator.en
|
||||
rdam:uniformResourceLocator.en rdf:type owl:NamedIndividual .
|
||||
|
||||
|
||||
### http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
|
||||
rdf:Property rdf:type owl:NamedIndividual ;
|
||||
:associatedProperty rdfs:comment ,
|
||||
rdfs:label ;
|
||||
:catalogId "0"^^xsd:nonNegativeInteger .
|
||||
|
||||
|
||||
### http://www.w3.org/2000/01/rdf-schema#Class
|
||||
rdfs:Class rdf:type owl:NamedIndividual ;
|
||||
:associatedProperty rdfs:comment ,
|
||||
rdfs:label ;
|
||||
:catalogId "1"^^xsd:nonNegativeInteger .
|
||||
|
||||
|
||||
### http://www.w3.org/2000/01/rdf-schema#comment
|
||||
rdfs:comment rdf:type owl:NamedIndividual ;
|
||||
:indexedByField :comment .
|
||||
|
||||
|
||||
### http://www.w3.org/2000/01/rdf-schema#label
|
||||
rdfs:label rdf:type owl:NamedIndividual ;
|
||||
:indexedByField :label .
|
||||
|
||||
|
||||
### http://www.w3.org/ns/ldp#BasicContainer
|
||||
ldp:BasicContainer rdf:type owl:NamedIndividual ;
|
||||
:readOnly "true"^^xsd:boolean .
|
||||
@@ -450,134 +247,20 @@ ldp:contains rdf:type owl:NamedIndividual ;
|
||||
:readOnly "true"^^xsd:boolean .
|
||||
|
||||
|
||||
### https://graphofliberty.org/2026/04/ont/AudioBook
|
||||
:AudioBook rdf:type owl:NamedIndividual ;
|
||||
:catalogId "2"^^xsd:nonNegativeInteger .
|
||||
|
||||
|
||||
### https://graphofliberty.org/2026/04/ont/Book
|
||||
:Book rdf:type owl:NamedIndividual ;
|
||||
:catalogId "3"^^xsd:nonNegativeInteger .
|
||||
|
||||
|
||||
### https://graphofliberty.org/2026/04/ont/Document
|
||||
:Document rdf:type owl:NamedIndividual ;
|
||||
:catalogId "4"^^xsd:nonNegativeInteger .
|
||||
|
||||
|
||||
### https://graphofliberty.org/2026/04/ont/Meme
|
||||
:Meme rdf:type owl:NamedIndividual ;
|
||||
:catalogId "5"^^xsd:nonNegativeInteger .
|
||||
|
||||
|
||||
### https://graphofliberty.org/2026/04/ont/Movie
|
||||
:Movie rdf:type owl:NamedIndividual ;
|
||||
:catalogId "6"^^xsd:nonNegativeInteger .
|
||||
|
||||
|
||||
### https://graphofliberty.org/2026/04/ont/Music
|
||||
:Music rdf:type owl:NamedIndividual ;
|
||||
:catalogId "7"^^xsd:nonNegativeInteger .
|
||||
|
||||
|
||||
### https://graphofliberty.org/2026/04/ont/Podcast
|
||||
:Podcast rdf:type owl:NamedIndividual ;
|
||||
:catalogId "9"^^xsd:nonNegativeInteger .
|
||||
|
||||
|
||||
### https://graphofliberty.org/2026/04/ont/TVShow
|
||||
:TVShow rdf:type owl:NamedIndividual ;
|
||||
:catalogId "10"^^xsd:nonNegativeInteger .
|
||||
|
||||
|
||||
### https://graphofliberty.org/2026/04/ont/comment
|
||||
:comment rdf:type owl:NamedIndividual ,
|
||||
:IndexField ;
|
||||
:IndexDocumentField ;
|
||||
:fieldLabel "Comment"@en ;
|
||||
:fieldName "comment" ;
|
||||
rdfs:label "Comment Field"@en .
|
||||
|
||||
|
||||
### https://graphofliberty.org/2026/04/ont/givenName
|
||||
:givenName rdf:type owl:NamedIndividual ,
|
||||
:IndexField ;
|
||||
:fieldLabel "Given Name"@en ;
|
||||
:fieldName "givenName" ;
|
||||
rdfs:label "Given Name Field"@en .
|
||||
|
||||
|
||||
### https://graphofliberty.org/2026/04/ont/label
|
||||
:label rdf:type owl:NamedIndividual ,
|
||||
:IndexField ;
|
||||
:IndexDocumentField ;
|
||||
:fieldLabel "Label"@en ;
|
||||
:fieldName "label" ;
|
||||
rdfs:label "Label Field"@en .
|
||||
|
||||
|
||||
### https://graphofliberty.org/2026/04/ont/surname
|
||||
:surname rdf:type owl:NamedIndividual ,
|
||||
:IndexField ;
|
||||
:fieldLabel "Surname"@en ;
|
||||
:fieldName "surname" ;
|
||||
rdfs:label "Surname Field"@en .
|
||||
|
||||
|
||||
#################################################################
|
||||
# Annotations
|
||||
#################################################################
|
||||
|
||||
rdaa:P50094 rdfs:label "has identifier for person"@en .
|
||||
|
||||
|
||||
rdaa:P50291 rdfs:label "has surname"@en .
|
||||
|
||||
|
||||
rdaa:P50292 rdfs:label "has given name"@en .
|
||||
|
||||
|
||||
rdac:C10004 rdfs:label "Person"@en .
|
||||
|
||||
|
||||
rdac:C10007 rdfs:label "Manifestation"@en .
|
||||
|
||||
|
||||
rdam:P30154 rdfs:label "has uniform resource locator"@en .
|
||||
|
||||
|
||||
rdf:Property rdfs:label "Property"@en .
|
||||
|
||||
|
||||
rdfs:Class rdfs:label "Class"@en .
|
||||
|
||||
|
||||
rdfs:comment rdfs:label "Comment Property"@en .
|
||||
|
||||
|
||||
rdfs:label rdfs:label "Label Property"@en .
|
||||
|
||||
|
||||
:AudioBook rdfs:label "Audio Book"@en .
|
||||
|
||||
|
||||
:Book rdfs:label "Book"@en .
|
||||
|
||||
|
||||
:Document rdfs:label "Document"@en .
|
||||
|
||||
|
||||
:Meme rdfs:label "Meme"@en .
|
||||
|
||||
|
||||
:Movie rdfs:label "Movie"@en .
|
||||
|
||||
|
||||
:Music rdfs:label "Music"@en .
|
||||
|
||||
|
||||
:Podcast rdfs:label "Podcast"@en .
|
||||
|
||||
|
||||
:TVShow rdfs:label "TV Show"@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