From 7d5f2023d04290a7be0b6622a7b73323f306a95b6c0dfaec295fc44f3fd21e4d Mon Sep 17 00:00:00 2001 From: Alex Wied <2+alex@noreply.code.graphofliberty.org> Date: Mon, 27 Jul 2026 12:53:07 -0400 Subject: [PATCH] . --- ontology/graphofliberty.ttl | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/ontology/graphofliberty.ttl b/ontology/graphofliberty.ttl index c93122d..fcccc2c 100644 --- a/ontology/graphofliberty.ttl +++ b/ontology/graphofliberty.ttl @@ -233,7 +233,7 @@ rdac:C10004 rdf:type owl:NamedIndividual , :SearchableClass ; :associatedProperty , ; - :categoryId "2"^^xsd:nonNegativeInteger . + :categoryId "3"^^xsd:nonNegativeInteger . ### http://www.loc.gov/premis/rdf/v1#hasMessageDigest @@ -284,11 +284,24 @@ rdfs:label rdf:type owl:NamedIndividual ; :indexedByField :Label . +### http://www.w3.org/2004/02/skos/core#Concept +skos:Concept rdf:type owl:NamedIndividual , + :SearchableClass ; + :associatedProperty skos:definition , + skos:prefLabel ; + :categoryId "2"^^xsd:nonNegativeInteger . + + ### http://www.w3.org/2004/02/skos/core#definition skos:definition rdf:type owl:NamedIndividual ; :indexedByField :Definition . +### http://www.w3.org/2004/02/skos/core#prefLabel +skos:prefLabel rdf:type owl:NamedIndividual ; + :indexedByField :Label . + + ### http://www.w3.org/ns/ldp#BasicContainer ldp:BasicContainer rdf:type owl:NamedIndividual ; :readOnly "true"^^xsd:boolean .