diff --git a/display-ontology.ttl b/display-ontology.ttl index 001d173..261d76b 100644 --- a/display-ontology.ttl +++ b/display-ontology.ttl @@ -7,28 +7,50 @@ @prefix xsd: . @prefix rdfs: . @prefix dcterms: . +@prefix voaf: . +@prefix schema: . +@prefix foaf: . @prefix display: . -@base . +@prefix vcard: . +@base . -display: rdf:type owl:Ontology ; + rdf:type owl:Ontology ; + vann:preferredNamespaceUri ; + vann:preferredNamespacePrefix "display" ; owl:imports ; - dcterms:creator "David Valentine" , + voaf:extends ; + dcterms:creator , "Zoë Renaudie" , "Emmanuel Château-Dutier" , "Lena Krause" ; - dcterms:description """This computer ontology is intended to describe in an explicit and formal way the features of a collection display or an exhibition (identification of the exhibition, proximity and contiguity of the works, vis-à-vis, etc.). -This ontology is developed at the Ouvroir laboratory in the framework of the partnership New uses of collections in art museums. -Project manager: Zoë Renaudie (formerly Lena Krause). -Scientific director: Emmanuel Chateau-Dutier. -Project supported by the University of Montreal, the Canada Fund for Innovation and the Province of Quebec."""@en ; - dcterms:license ; - dcterms:modified "2024-01-15T08:00:00-05:00" ; - dcterms:title "Display Ontology"@en , + rdfs:comment "This computer ontology is intended to describe in an explicit and formal way the features of a collection display or an exhibition (identification of the exhibition, proximity and contiguity of the works, vis-à-vis, etc.). It is aimed to facilitate the recording of historical information about displays and proposes solutions to account for uncertainty and documentary gaps."@en ; + dcterms:description "This computer ontology is intended to describe in an explicit and formal way the features of a collection display or an exhibition (identification of the exhibition, proximity and contiguity of the works, vis-à-vis, etc.). It is aimed to facilitate the recording of historical information about displays and proposes solutions to account for uncertainty and documentary gaps."@en ; + dcterms:abstract "This Display Ontology is intended to describe in an explicit and formal way the features of an exhibition or a collection display (identification of the exhibition, proximity and contiguity of the works, vis-à-vis, etc.). The project supported by the University of Montreal, the Canada Fund for Innovation, and the Province of Quebec. Project manager: Zoë Renaudie (formerly Lena Krause). Scientific director: Emmanuel Château-Dutier."@en ; + dcterms:license ; + dcterms:issued "2024-10-21"^^xsd:date ; + dcterms:modified "2024-10-21T15:50:00-04:00"^^xsd:dateTime ; + dcterms:created "2024-10-18"^^xsd:date ; + dcterms:title "The Display Ontology"@en , "L’ontologie Display"@fr ; - rdfs:comment "On 01/15/2024 this ontology is a work in progress that is the result of the first reflections of the team, and that is not intended to be use at the moment."@en ; - rdfs:seeAlso , - ; - owl:versionInfo "0.0.0" . + rdfs:label "Display"@en , "Display"@fr ; + rdfs:seeAlso , + , + ; + # schema:creativeWorkStatus describes the status of Display specification + schema:creativeWorkStatus "Display Ontology Specification Draft"@en ; + owl:versionIRI ; + owl:versionInfo "0.1.0-alpha-ch" ; + schema:codeRepository "https://github.com/ouvroir/display-ontology"^^xsd:anyURI ; + dcterms:publisher . + + a foaf:Person , vcard:Individual , schema:Person ; + foaf:name "David Valentine" ; + vcard:fn "David Valentine" ; + schema:name "David Valentine" ; + foaf:made . + + a foaf:Organization ; + foaf:name "Ouvroir d’histoire de l’art et de muséologie numériques"@fr . ################################################################# # Annotation properties