-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
75 additions
and
197 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,218 +1,96 @@ | ||
@prefix ex: <https://w3id.org/dharc/ontology/chad-ap/object/development/05/data/> . | ||
@prefix obj: <https://w3id.org/dharc/ontology/chad-ap/object/development/05/schema/> . | ||
@prefix ex: <https://w3id.org/dharc/ontology/chad-ap/object/development/06/data/> . | ||
@prefix obj: <https://w3id.org/dharc/ontology/chad-ap/object/development/06/schema/> . | ||
@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
@prefix xml: <http://www.w3.org/XML/1998/namespace> . | ||
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
@base <https://w3id.org/dharc/ontology/chad-ap/object/development/05/data/> . | ||
@base <https://w3id.org/dharc/ontology/chad-ap/object/development/06/data/> . | ||
|
||
<https://w3id.org/dharc/ontology/chad-ap/object/development/05/data/> rdf:type owl:Ontology ; | ||
owl:imports <https://w3id.org/dharc/ontology/chad-ap/object/development/05/schema/> . | ||
<https://w3id.org/dharc/ontology/chad-ap/object/development/06/data/> rdf:type owl:Ontology ; | ||
owl:imports <https://w3id.org/dharc/ontology/chad-ap/object/development/06/schema/> . | ||
|
||
|
||
ex:L1-exp-creation a obj:CreationEvent ; | ||
obj:createsWork ex:L1-work ; | ||
obj:createsExpression ex:L1-exp ; | ||
obj:createsManifestation ex:L1-man . | ||
ex:32-expression-creation a obj:CreationEvent ; | ||
obj:createsWork ex:32-work ; | ||
obj:createsExpression ex:32-expression ; | ||
obj:hasTimeSpan ex:1500-1599 . | ||
|
||
ex:L1-work a obj:Work ; | ||
obj:hasTitle ex:L1-work-title-01 , | ||
ex:L1-work-title-02 . | ||
ex:1500-1599 a obj:TimeSpan ; | ||
obj:hasStartDate "1500-01-01T00:00:00Z"^^xsd:dateTime ; | ||
obj:hasEndDate "1599-12-31T23:59:59Z"^^xsd:dateTime . | ||
|
||
ex:L1-work-title-01 a obj:Title ; | ||
obj:hasType obj:original-title ; | ||
obj:hasContent "Amerigo Vespucci sveglia l'America"@it . | ||
ex:32-work a obj:Work ; | ||
obj:hasTitle ex:32-work-title-01 , | ||
ex:32-work-title-02 ; | ||
obj:isRealizedIn ex:32-expression . | ||
|
||
ex:L1-work-title-02 a obj:Title ; | ||
obj:hasType obj:museum-title ; | ||
obj:hasContent "Amerigo Vespucci sveglia l'America"@it . | ||
|
||
ex:L1-exp a obj:Expression ; | ||
obj:isAbout ex:sub-amerigo-vespucci , | ||
ex:sub-astrolabio , | ||
ex:sub-vessillo-croce-del-sud , | ||
ex:sub-formichiere , | ||
ex:sub-bradipo , | ||
ex:sub-tapiro , | ||
ex:sub-gruppo-di-cannibali . | ||
|
||
ex:L1-man a obj:Manifestation . | ||
|
||
ex:L1-man-license a obj:Concept ; | ||
obj:hasType obj:license ; | ||
obj:refersTo ex:L1-man ; | ||
obj:isDocumentedIn <http://rightsstatements.org/vocab/InC/1.0/> . | ||
|
||
ex:nova-reperta a obj:ParentWork ; | ||
obj:hasMember ex:L1-work ; | ||
obj:hasType obj:print-series . | ||
|
||
ex:sub-amerigo-vespucci a obj:Concept ; | ||
obj:hasType obj:subject . | ||
|
||
ex:sub-astrolabio a obj:Concept ; | ||
obj:hasType obj:subject . | ||
|
||
ex:sub-vessillo-croce-del-sud a obj:Concept ; | ||
obj:hasType obj:subject . | ||
|
||
ex:sub-formichiere a obj:Concept ; | ||
obj:hasType obj:subject . | ||
|
||
ex:sub-bradipo a obj:Concept ; | ||
obj:hasType obj:subject . | ||
|
||
ex:sub-tapiro a obj:Concept ; | ||
obj:hasType obj:subject . | ||
ex:32-work-title-01 a obj:Title ; | ||
obj:hasType obj:original-title ; | ||
obj:hasContent "Essere umano ermafrodita"@it . | ||
|
||
ex:sub-gruppo-di-cannibali a obj:Concept ; | ||
obj:hasType obj:subject . | ||
|
||
ex:1-exp-creation a obj:CreationEvent ; | ||
obj:createsWork ex:1-work ; | ||
obj:createsExpression ex:1-exp ; | ||
obj:createsManifestation ex:1-man . | ||
|
||
ex:1-work a obj:Work ; | ||
obj:hasTitle ex:1-work-title-01 , | ||
ex:1-work-title-02 . | ||
|
||
ex:1-work-title-01 a obj:Title ; | ||
obj:hasType obj:original-title ; | ||
obj:hasContent "Carta nautica"@it . | ||
|
||
ex:1-work-title-02 a obj:Title ; | ||
obj:hasType obj:museum-title ; | ||
obj:hasContent "Carta nautica"@it . | ||
|
||
ex:1-exp a obj:Expression ; | ||
obj:isAbout ex:sub-europa , | ||
ex:sub-africa , | ||
ex:sub-asia , | ||
ex:sub-mar-mediterraneo . | ||
ex:32-work-title-02 a obj:Title ; | ||
obj:hasType obj:exhibition-title ; | ||
obj:hasContent "Essere umano ermafrodita"@it , | ||
"Human hermaphrodite"@en . | ||
|
||
ex:32-expression a obj:Expression ; | ||
obj:isAbout ex:ermafrodita ; | ||
obj:embodies ex:32-manifestation . | ||
|
||
ex:1-man a obj:Manifestation . | ||
ex:32-manifestation a obj:Manifestation ; | ||
obj:hasType obj:manuscript ; | ||
obj:isExemplifiedBy ex:32-item . | ||
|
||
ex:1-man-license a obj:Concept ; | ||
obj:hasType obj:license ; | ||
obj:refersTo ex:1-man ; | ||
ex:32-manifestation-license a obj:InformationObject ; | ||
obj:hasType obj:license-statement ; | ||
obj:refersTo ex:32-manifestation ; | ||
obj:isDocumentedIn <http://rightsstatements.org/vocab/InC/1.0/> . | ||
|
||
ex:sub-europa a obj:Concept ; | ||
obj:hasType obj:subject . | ||
|
||
ex:sub-africa a obj:Concept ; | ||
obj:hasType obj:subject . | ||
|
||
ex:sub-asia a obj:Concept ; | ||
obj:hasType obj:subject . | ||
|
||
ex:sub-mar-mediterraneo a obj:Concept ; | ||
obj:hasType obj:subject . | ||
|
||
ex:7-exp-creation a obj:CreationEvent ; | ||
obj:createsWork ex:7-work ; | ||
obj:createsExpression ex:7-exp ; | ||
obj:createsManifestation ex:7-man . | ||
ex:tavole-di-animali-work a obj:Work ; | ||
obj:hasMember ex:32-work ; | ||
obj:isRealizedIn ex:tavole-di-animali-expression . | ||
|
||
ex:7-work a obj:Work ; | ||
obj:hasTitle ex:7-work-title-01 , | ||
ex:7-work-title-02 . | ||
ex:tavole-di-animali-expression a obj:Expression ; | ||
obj:embodies ex:tavole-di-animali-manifestation . | ||
|
||
ex:7-work-title-01 a obj:Title ; | ||
obj:hasType obj:original-title ; | ||
obj:hasContent "Profilo incompleto delle coste del continente americano"@it . | ||
ex:tavole-di-animali-manifestation a obj:Manifestation ; | ||
obj:hasType obj:print-volume ; | ||
obj:isExemplifiedBy ex:tavole-di-animali-item . | ||
|
||
ex:7-work-title-02 a obj:Title ; | ||
obj:hasType obj:museum-title ; | ||
obj:hasContent "Profilo incompleto delle coste del continente americano"@it . | ||
ex:tavole-di-animali-item a obj:Item . | ||
|
||
|
||
ex:7-exp a obj:Expression ; | ||
obj:isAbout ex:sub-america , | ||
ex:sub-europa . | ||
|
||
ex:7-man a obj:Manifestation . | ||
|
||
ex:7-man-license a obj:Concept ; | ||
obj:hasType obj:license ; | ||
obj:refersTo ex:7-man ; | ||
obj:isDocumentedIn <http://rightsstatements.org/vocab/InC/1.0/> . | ||
|
||
ex:atlante-nautico a obj:ParentWork ; | ||
obj:hasMember ex:7-work ; | ||
obj:hasType obj:marine-chart . | ||
|
||
ex:sub-amerigo-vespucci a obj:Concept ; | ||
obj:hasType obj:subject . | ||
|
||
ex:sub-america a obj:Concept ; | ||
ex:ermafrodita a obj:InformationObject ; | ||
obj:hasType obj:subject . | ||
|
||
ex:PTa-exp-creation a obj:CreationEvent ; | ||
obj:createsWork ex:PTa-work ; | ||
obj:createsExpression ex:PTa-exp ; | ||
obj:createsManifestation ex:PTa-man . | ||
|
||
ex:PTa-work a obj:Work . | ||
|
||
ex:PTa-exp a obj:Expression . | ||
|
||
ex:PTa-man a obj:Manifestation ; | ||
obj:isComposedOf ex:PTa-1-man , | ||
ex:PTa-2-man . | ||
|
||
ex:PTa-man-license a obj:Concept ; | ||
obj:hasType obj:license ; | ||
obj:refersTo ex:PTa-man ; | ||
obj:isDocumentedIn <http://rightsstatements.org/vocab/InC/1.0/> . | ||
|
||
ex:PTa-1-exp-creation a obj:CreationEvent ; | ||
obj:createsWork ex:PTa-1-work ; | ||
obj:createsExpression ex:PTa-1-exp ; | ||
obj:createsManifestation ex:PTa-1-man . | ||
|
||
ex:PTa-1-work a obj:Work . | ||
|
||
ex:PTa-1-exp a obj:Expression . | ||
|
||
ex:PTa-1-man a obj:Manifestation . | ||
|
||
ex:PTa-1-man-license a obj:Concept ; | ||
obj:hasType obj:license ; | ||
obj:refersTo ex:PTa-1-man ; | ||
obj:isDocumentedIn <http://rightsstatements.org/vocab/InC/1.0/> . | ||
|
||
ex:PTa-2-exp-creation a obj:CreationEvent ; | ||
obj:createsWork ex:PTa-2-work ; | ||
obj:createsExpression ex:PTa-2-exp ; | ||
obj:createsManifestation ex:PTa-2-man . | ||
|
||
ex:PTa-2-work a obj:Work . | ||
|
||
ex:PTa-2-exp a obj:Expression . | ||
|
||
ex:PTa-2-man a obj:Manifestation . | ||
|
||
ex:PTa-2-man-license a obj:Concept ; | ||
obj:hasType obj:license ; | ||
obj:refersTo ex:PTa-2-man ; | ||
obj:isDocumentedIn <http://rightsstatements.org/vocab/InC/1.0/> . | ||
|
||
ex:PTa-3-exp-creation a obj:CreationEvent ; | ||
obj:createsWork ex:PTa-3-work ; | ||
obj:createsExpression ex:PTa-3-exp ; | ||
obj:createsManifestation ex:PTa-3-man . | ||
|
||
ex:PTa-3-work a obj:Work . | ||
|
||
ex:PTa-3-exp a obj:Expression . | ||
|
||
ex:PTa-3-man a obj:Manifestation ; | ||
obj:depicts ex:PTa-man . | ||
|
||
ex:PTa-3-man-license a obj:Concept ; | ||
obj:hasType obj:license ; | ||
obj:refersTo ex:PTa-3-man ; | ||
obj:isDocumentedIn <http://rightsstatements.org/vocab/InC/1.0/> . | ||
ex:32-item a obj:Item ; | ||
obj:hasIdentifier ex:32-item-identifier-01 , | ||
ex:32-item-identifier-02 , | ||
ex:32-item-identifier-03 ; | ||
obj:hasDescription """ | ||
Essere umano ermafrodita | ||
Human hermaphrodite (Monstrum humanum hermaphroditicum) | ||
sec. XVI | ||
16th century | ||
BUB, | ||
Ms. Aldrovandi, Tavole di animali, vol. 5, carta 86 | ||
"""^^rdfs:Literal . | ||
|
||
ex:32-item-identifier-01 a obj:Identifier ; | ||
obj:hasType obj:collection-id ; | ||
obj:hasContent "32"^^rdfs:Literal . | ||
|
||
ex:32-item-identifier-02 a obj:Identifier ; | ||
obj:hasType obj:volume-number ; | ||
obj:hasContent "5"^^rdfs:Literal . | ||
|
||
ex:32-item-identifier-03 a obj:Identifier ; | ||
obj:hasType obj:shelf-mark ; | ||
obj:hasContent "Ms. Aldrovandi, Tavole di animali, vol. 5, carta 86"^^rdfs:Literal . | ||
|
||
ex:32-item-curation a obj:Activity ; | ||
obj:hasType obj:curation ; | ||
obj:usesObject ex:32-item ; | ||
obj:isCarriedOutBy ex:bub . | ||
|
||
ex:bub a obj:Actor . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters