.
This commit is contained in:
@@ -95,6 +95,12 @@ xsd:unsignedShort rdf:type rdfs:Datatype ;
|
||||
rdfs:label "derived with"@en .
|
||||
|
||||
|
||||
### https://graphofliberty.org/2026/04/ont/nextUrl
|
||||
:nextUrl rdf:type owl:ObjectProperty ;
|
||||
rdfs:comment "The next URL to use when creating a new document."@en ;
|
||||
rdfs:label "Next URL"@en .
|
||||
|
||||
|
||||
#################################################################
|
||||
# Data properties
|
||||
#################################################################
|
||||
@@ -135,6 +141,11 @@ fedora:Container rdf:type owl:NamedIndividual ;
|
||||
:readOnly "true"^^xsd:boolean .
|
||||
|
||||
|
||||
### http://fedora.info/definitions/v4/repository#RepositoryRoot
|
||||
fedora:RepositoryRoot rdf:type owl:NamedIndividual ;
|
||||
:readOnly "true"^^xsd:boolean .
|
||||
|
||||
|
||||
### http://fedora.info/definitions/v4/repository#Resource
|
||||
fedora:Resource rdf:type owl:NamedIndividual ;
|
||||
:readOnly "true"^^xsd:boolean .
|
||||
@@ -160,6 +171,11 @@ fedora:hasParent rdf:type owl:NamedIndividual ;
|
||||
:readOnly "true"^^xsd:boolean .
|
||||
|
||||
|
||||
### http://fedora.info/definitions/v4/repository#hasTransactionProvider
|
||||
fedora:hasTransactionProvider 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 .
|
||||
|
||||
Reference in New Issue
Block a user