From a17af7a523ee827345cb332ebc2d79985773e4b25b78c1aa1575fc5a287a555b Mon Sep 17 00:00:00 2001 From: Alex Wied <2+alex@noreply.code.graphofliberty.org> Date: Sat, 25 Jul 2026 23:34:41 -0400 Subject: [PATCH] . --- ontology/graphofliberty.ttl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ontology/graphofliberty.ttl b/ontology/graphofliberty.ttl index a6d7f12..c93122d 100644 --- a/ontology/graphofliberty.ttl +++ b/ontology/graphofliberty.ttl @@ -92,6 +92,12 @@ 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/indexedByField :indexedByField rdf:type owl:ObjectProperty ; rdfs:range :IndexDocumentField ;