UNPKG

sparnatural

Version:

Visual client-side SPARQL query builder and knowledge graph exploration tool

1,447 lines (1,017 loc) 196 kB
@prefix core: <http://data.sparna.fr/ontologies/sparnatural-config-core#> . @prefix crm: <http://www.cidoc-crm.org/cidoc-crm/> . @prefix crmarch: <http://www.ics.forth.gr/isl/CRMarchaeo/> . @prefix crmba: <http://www.ics.forth.gr/isl/CRMba/> . @prefix crmsci: <http://www.ics.forth.gr/isl/CRMsci/> . @prefix dash: <http://datashapes.org/dash#> . @prefix datasources: <http://data.sparna.fr/ontologies/sparnatural-config-datasources#> . @prefix dbpedia: <http://dbpedia.org/ontology/> . @prefix dc: <http://purl.org/dc/elements/1.1/> . @prefix dcat: <http://www.w3.org/ns/dcat#> . @prefix dct: <http://purl.org/dc/terms/> . @prefix euvoc: <http://publications.europa.eu/ontology/euvoc#> . @prefix example: <https://data.sparna.fr/shapes-example/> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix frantiq: <https://ark.frantiq.fr/ark:/26678/> . @prefix geo: <http://www.opengis.net/ont/geosparql#> . @prefix oash: <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> . @prefix org: <http://www.w3.org/ns/org#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix prov: <http://www.w3.org/ns/prov#> . @prefix qb: <http://purl.org/linked-data/cube#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix schema: <http://schema.org/> . @prefix sh: <http://www.w3.org/ns/shacl#> . @prefix shacl-play: <https://shacl-play.sparna.fr/ontology#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix skosthes: <http://purl.org/iso25964/skos-thes#> . @prefix skosxl: <http://www.w3.org/2008/05/skos-xl#> . @prefix this: <https://data.example.com/ontologies/sparnatural-config/> . @prefix vcard: <http://www.w3.org/2006/vcard/ns#> . @prefix volipi: <http://data.sparna.fr/ontologies/volipi#> . @prefix wgs84: <http://www.w3.org/2003/01/geo/wgs84_pos#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> a owl:Ontology . oash:Site a sh:NodeShape; volipi:icon "http://openarchaeo.huma-num.fr/openarchaeo_v2/assets/icons/noir/site.png"; rdfs:label "Archeological site"@en, "Site archéologique"@fr; sh:description "An archeological site on which a discovery or an excavation was made which found multiple entities"@en, "Un site archéologique sur lequel une découverte ou une fouille a eu lieu et où diverses entités ont été trouvées"@fr; sh:order 2; sh:targetClass crm:E27_Site . oash:PreferredIdentifier a sh:NodeShape; volipi:iconName "fa-solid fa-bookmark"; rdfs:label "Identifiant"@fr, "Identifier"@en; sh:deactivated true; sh:description "L'identifiant de l'entité, peut provenir de la base de données ou de son lieu de conservation"@fr, "The identifier of an entity, can be provide by the database or the place where the entity is conserved"@en; sh:order 16; sh:targetClass crm:E42_Identifier . oash:EncounterEvent a sh:NodeShape; volipi:iconName "fa-solid fa-flashlight"; rdfs:label "Excavation/Discovery"@en, "Fouille/Découverte"@fr; sh:description "A documented excavation which took place on a specific place at a specific time, or a generic discovery of some entities"@en, "Une fouille documenté ayant eu lieu à un certain endroit à un certain moment, ou une découverte générique d'entités"@fr; sh:order 3; sh:targetClass crmsci:S19_Encounter_Event . oash:Person a sh:NodeShape; volipi:iconName "fa-solid fa-head-side"; rdfs:label "Person"@en, "Personne"@fr; sh:description "A person whom carried out an excavation or the creation of a document"@en, "Une personne qui a mené une fouille ou créé un document"@fr; sh:order 13; sh:targetClass crm:E21_Person . oash:Group a sh:NodeShape; volipi:iconName "fa-solid fa-user-group"; rdfs:label "Group"@en, "Groupe"@fr; sh:description "An organization/instition which have organized an excavation which a member carried out, or which has published a document"@en, "Une institution/organisation ayant organisé une fouille dans laquelle le responsable de fouille était membre, ou ayant publié un document"@fr; sh:order 14; sh:targetClass crm:E74_Group . oash:BuiltWork a sh:NodeShape; volipi:iconName "fa-solid fa-home"; rdfs:label "Archeological entities"@en, "Entité archéologique"@fr; sh:description "An archaelogical entity found on a site during an excavation"@en, "Une entité archéologique (bâti, structure) trouvé sur un site fouillé"@fr; sh:order 8; sh:targetClass crmba:B1_Built_Work . oash:HumanMadeFeature a sh:NodeShape; rdfs:label "Archeological feature"@en, "Fait archéologique"@fr; sh:deactivated true; sh:targetClass crm:E25_Human-Made_Feature . oash:HumanMadeObject a sh:NodeShape; volipi:icon "http://openarchaeo.huma-num.fr/openarchaeo_v2/assets/icons/noir/mobilier.png"; rdfs:label "Artefact"@en, "Mobilier"@fr; sh:description "An artefact found on a site or keyworded as a metadata on the site"@en, "Un mobilier trouvé sur un site archéologique ou désigné comme métadonnée d'un site ou d'une fouille."@fr; sh:order 1; sh:targetClass crm:E22_Human-Made_Object . oash:StratigraphicVolumeUnit a sh:NodeShape; volipi:icon "http://openarchaeo.huma-num.fr/openarchaeo_v2/assets/icons/noir/unite_str.png"; rdfs:label "Stratigraphic Unit"@en, "Unité stratigraphique"@fr; sh:description "A Stratigraphic Unit"@en; sh:order 7; sh:targetClass crmarch:A2_Stratigraphic_Volume_Unit . oash:TimeSpanEvent a sh:NodeShape; volipi:iconName "fa-solid fa-hourglass"; rdfs:label "Period"@en, "Période"@fr; sh:deactivated true; sh:description "A period either identified by a name or by time-bounds"@en, "Une période identifiée par un nom ou par borne temporelle"@fr; sh:targetClass crm:E52_Time-Span . oash:Event a sh:NodeShape; rdfs:label "Event"@en, "Evénement"@fr; sh:deactivated true; sh:targetClass crm:E5_Event . oash:Document a sh:NodeShape; volipi:iconName "fa-solid fa-file"; rdfs:label "Document"@en, "Document"@fr; sh:description "A document providing information on a site, on a excavation, on an artefact, a feature, etc…"@en, "Un document renseignant un site, une fouille un mobilier, un fait archéologique ou une entité archéologique"@fr; sh:order 15; sh:targetClass crm:E31_Document . oash:DocumentCreation a sh:NodeShape; rdfs:label "Création de document"@fr, "Document creation"@en; sh:deactivated true; sh:targetClass crm:E65_Creation . oash:Label a sh:NodeShape; volipi:iconName "fa-solid fa-font-case"; rdfs:label "Label"@en, "Label"@fr; sh:deactivated true; sh:targetClass skosxl:Label . oash:Place a sh:NodeShape; volipi:iconName "fa-solid fa-location-dot"; rdfs:label "Lieu"@fr, "Place"@en; sh:deactivated true; sh:description "La localisation d'une entité"@fr, "The localisation of an entity"@en; sh:order 11; sh:targetClass crm:E53_Place . oash:Material a sh:NodeShape; volipi:iconName "fa-solid fa-hammer-crash"; rdfs:label "Material"@en, "Matériau"@fr; sh:deactivated true; sh:description "A Material which constitutes an entity"@en, "Un matériau qui constitue une entité"@fr; sh:order 10; sh:targetClass crm:E57_Material . oash:Type a sh:NodeShape; volipi:iconName "fa-solid fa-comment-text"; rdfs:label "Type"@en, "Type"@fr; sh:deactivated true; sh:description "A type that precises the nature of an entity"@en, "Un type qui précise la nature d'une entité"@fr; sh:order 9; sh:targetClass crm:E55_Type . oash:Space a sh:nodeShape; volipi:iconName "fa-solid fa-map-location-dot"; rdfs:label "Position spatiale"@fr, "Spatial Primitive"@en; sh:deactivated true; sh:targetClass crm:E94_Space_Primitive . oash:Position a sh:NodeShape; volipi:iconName "fa-solid fa-map-location-dot"; rdfs:label "Position"@en, "Position"@fr; sh:datatype sh:Literal; sh:deactivated true; sh:order 11 . oash:Wall a sh:NodeShape; volipi:icon "http://openarchaeo.huma-num.fr/openarchaeo_v2/assets/icons/noir/construction.png"; rdfs:label "Mur"@fr, "Wall"@en; sh:description "A Wall found on a site or during an excavation, or keyworded as metadata of either"@en, "Un mur trouvé sur un site ou durant une découverte, ou désigné comme métadonnée d'un site ou d'une fouille"@fr; sh:order 4; sh:target oash:Wall-target . oash:Wall-target sh:select """SELECT $this WHERE { $this rdf:type <http://www.cidoc-crm.org/cidoc-crm/E25_Human-Made_Feature> ; <http://www.cidoc-crm.org/cidoc-crm/P2_has_type> <https://ark.frantiq.fr/ark:/26678/pcrtIxHmbVwDYW> }""" . oash:Burial a sh:NodeShape; volipi:icon "http://openarchaeo.huma-num.fr/openarchaeo_v2/assets/icons/noir/sepulture.png"; rdfs:label "Burial"@en, "Sépulture"@fr; sh:description "A Burial found on a site or during an excavation, or keyworded as metadata of either"@en, "Une sépulture trouvée sur un site ou durant une découverte, ou désignée comme métadonnée d'un site ou d'une fouille"@fr; sh:order 5; sh:target oash:Burial-target . oash:Burial-target sh:select """SELECT $this WHERE { $this rdf:type <http://www.cidoc-crm.org/cidoc-crm/E25_Human-Made_Feature> ; <http://www.cidoc-crm.org/cidoc-crm/P2_has_type> <https://ark.frantiq.fr/ark:/26678/pcrt795b632nWw> }""" . oash:Feature a sh:NodeShape; volipi:icon "http://openarchaeo.huma-num.fr/openarchaeo_v2/assets/icons/noir/fait.png"; rdfs:label "Archaeological feature"@en, "Fait archéologique"@fr; sh:description "An Archeological feature found on a site or during an excavation, or keyworded as metadata of either"@en, "Un fait archéologique trouvé sur un site ou durant une découverte, ou désigné comme métadonnée d'un site ou d'une fouille"@fr; sh:order 6; sh:target oash:Feature-target . oash:Feature-target sh:select """SELECT $this WHERE { $this rdf:type <http://www.cidoc-crm.org/cidoc-crm/E25_Human-Made_Feature> ; <http://www.cidoc-crm.org/cidoc-crm/P2_has_type> <https://ark.frantiq.fr/ark:/26678/crtyuEo4S4GyD> }""" . oash:P9 sh:class crm:E42_Identifier; sh:deactivated true; sh:description "Le P48_has_preferred_identifier sur les Sites DOIT apparaitre au maximum 1 fois et être un E42_Identifier"@fr; sh:maxCount 1; sh:path crm:P48_has_preferred_identifier . oash:Site sh:property oash:P10, oash:P11, oash:P12, oash:P13, oash:P14, oash:P9 . oash:P10 dash:propertyRole dash:LabelRole; sh:deactivated true; sh:description "Le skos:prefLabel sur un Site DOIT être présent et unique"@fr; sh:maxCount 1; sh:minCount 1; sh:nodeKind sh:Literal; sh:path skos:prefLabel . oash:P11 sh:deactivated true; sh:description "Le P3_has_note sur un Site DOIT apparaitre au maximum 1 fois et être un Literal"@fr; sh:maxCount 1; sh:nodeKind sh:Literal; sh:path crm:P3_has_note . oash:P12 sh:deactivated true; sh:description "Un Site PEUT porter un P8i_witnessed vers un E5_Event ou un S19"@fr; sh:minCount 1; sh:or _:node1i84qc4nux10 . _:node1i84qc4nux10 rdf:first _:node1i84qc4nux11 . _:node1i84qc4nux11 sh:class crm:E5_Event . _:node1i84qc4nux10 rdf:rest _:node1i84qc4nux12 . _:node1i84qc4nux12 rdf:first _:node1i84qc4nux13 . _:node1i84qc4nux13 sh:class crmsci:S19_Encounter_Event . _:node1i84qc4nux12 rdf:rest rdf:nil . oash:P12 sh:path _:node1i84qc4nux6 . _:node1i84qc4nux6 sh:alternativePath _:node1i84qc4nux7 . _:node1i84qc4nux7 rdf:first crm:P8i_witnessed; rdf:rest _:node1i84qc4nux8 . _:node1i84qc4nux8 rdf:first _:node1i84qc4nux9 . _:node1i84qc4nux9 sh:inversePath crm:P8_took_place_on_or_within . _:node1i84qc4nux8 rdf:rest rdf:nil . oash:P13 sh:class crm:E31_Document; sh:deactivated true; sh:description "Le P70i_is_documented_in DOIT être un E31_Document"@fr; sh:path crm:P70i_is_documented_in . oash:P14 sh:class crm:E55_Type; sh:deactivated true; sh:description "Un Site peut porter un P2_has_type vers une instance de E55_Type"@fr; sh:path crm:P2_has_type . oash:P16 sh:deactivated true; sh:description "Le P2_has_type sur un évènement de découverte DOIT être unique, et typé avec une et une seule URI des Pactols"@fr; sh:maxCount 1; sh:path crm:P2_has_type . oash:EncounterEvent sh:property oash:P16, oash:P17, oash:P18, oash:P19, oash:P20, oash:P21, oash:P22 . oash:P17 sh:class crm:E21_Person; sh:deactivated true; sh:description "Le P14_carried_out_by sur un Evenement de découverte DOIT être un E21_Person"@fr; sh:path crm:P14_carried_out_by . oash:P18 sh:deactivated true; sh:description "Le O19_has_found_object DOIT être soit un B1_Built_Work, E25_Man-Made_Feature, E22_Man-Made_Object ou A2_Stratigraphic_Volume_Unit"@fr; sh:or _:node1i84qc4nux14 . _:node1i84qc4nux14 rdf:first _:node1i84qc4nux15 . _:node1i84qc4nux15 sh:class crmba:B1_Built_Work . _:node1i84qc4nux14 rdf:rest _:node1i84qc4nux16 . _:node1i84qc4nux16 rdf:first _:node1i84qc4nux17 . _:node1i84qc4nux17 sh:class crm:E25_Human-Made_Feature . _:node1i84qc4nux16 rdf:rest _:node1i84qc4nux18 . _:node1i84qc4nux18 rdf:first _:node1i84qc4nux19 . _:node1i84qc4nux19 sh:class crm:E22_Human-Made_Object . _:node1i84qc4nux18 rdf:rest _:node1i84qc4nux20 . _:node1i84qc4nux20 rdf:first _:node1i84qc4nux21 . _:node1i84qc4nux21 sh:class crmarch:A2_Stratigraphic_Volume_Unit . _:node1i84qc4nux20 rdf:rest rdf:nil . oash:P18 sh:path crmsci:O19_has_found_object . oash:P19 sh:class crm:E53_Place; sh:deactivated true; sh:description "Les valeurs de P53_has_former_or_current_location des Sites DOIVENT être des URIs Geonames (sans autre précision). La propriété DOIT être présente et unique"@fr; sh:maxCount 1; sh:minCount 1; sh:path crm:P7_took_place_at . oash:P20 sh:class crm:E27_Site; sh:deactivated true; sh:description "Le P8_took_place_on_or_within DOIT être un Site"@fr; sh:minCount 1; sh:path _:node1i84qc4nux22 . _:node1i84qc4nux22 sh:alternativePath _:node1i84qc4nux23 . _:node1i84qc4nux23 rdf:first crm:P8_took_place_on_or_within; rdf:rest _:node1i84qc4nux24 . _:node1i84qc4nux24 rdf:first _:node1i84qc4nux25 . _:node1i84qc4nux25 sh:inversePath crm:P8i_witnessed . _:node1i84qc4nux24 rdf:rest rdf:nil . oash:P21 sh:class crm:E42_Identifier; sh:deactivated true; sh:description "Le P48 sur un evènement de découverte doit être unique et être un E42_Identifier"@fr; sh:maxCount 1; sh:path crm:P48_has_preferred_identifier . oash:P22 sh:class crm:E31_Document; sh:deactivated true; sh:description "Le P70i_is_documented_in DOIT être un E31_Document"@fr; sh:path crm:P70i_is_documented_in . oash:P24 sh:deactivated true; sh:description "Le P14i_performed sur une Personne DOIT être soit un S19_Encoutner_Event soit un E65_Creation"@fr; sh:or _:node1i84qc4nux26 . _:node1i84qc4nux26 rdf:first _:node1i84qc4nux27 . _:node1i84qc4nux27 sh:class crmsci:S19_Encounter_Event . _:node1i84qc4nux26 rdf:rest _:node1i84qc4nux28 . _:node1i84qc4nux28 rdf:first _:node1i84qc4nux29 . _:node1i84qc4nux29 sh:class crm:E65_Creation . _:node1i84qc4nux28 rdf:rest rdf:nil . oash:P24 sh:path crm:P14i_performed . oash:Person sh:property oash:P24, oash:P25, oash:P26, oash:P27 . oash:P25 sh:deactivated true; sh:description "Une Personne DOIT avoir au moins un P14i ou un ^P14"@fr; sh:minCount 1; sh:path _:node1i84qc4nux30 . _:node1i84qc4nux30 sh:alternativePath _:node1i84qc4nux31 . _:node1i84qc4nux31 rdf:first crm:P14i_performed; rdf:rest _:node1i84qc4nux32 . _:node1i84qc4nux32 rdf:first _:node1i84qc4nux33 . _:node1i84qc4nux33 sh:inversePath crm:P14_carried_out_by . _:node1i84qc4nux32 rdf:rest rdf:nil . oash:P26 sh:class crm:E74_Group; sh:deactivated true; sh:description "Le P107i_is_current_or_former_member_of DOIT être un E74_Group"@fr; sh:path crm:P107i_is_current_or_former_member_of . oash:P27 dash:propertyRole dash:LabelRole; sh:deactivated true; sh:description "Le skos:prefLabel sur une Personne DOIT être présent"@fr; sh:maxCount 1; sh:minCount 1; sh:nodeKind sh:Literal; sh:path skos:prefLabel . oash:P29 sh:deactivated true; sh:description "Le P14i_performed sur une Personne DOIT être soit un S19_Encoutner_Event soit un E65_Creation"@fr; sh:or _:node1i84qc4nux34 . _:node1i84qc4nux34 rdf:first _:node1i84qc4nux35 . _:node1i84qc4nux35 sh:class crmsci:S19_Encounter_Event . _:node1i84qc4nux34 rdf:rest _:node1i84qc4nux36 . _:node1i84qc4nux36 rdf:first _:node1i84qc4nux37 . _:node1i84qc4nux37 sh:class crm:E65_Creation . _:node1i84qc4nux36 rdf:rest rdf:nil . oash:P29 sh:path crm:P14i_performed . oash:Group sh:property oash:P29, oash:P30, oash:P31, oash:P32, oash:P33 . oash:P30 sh:class crm:E42_Identifier; sh:deactivated true; sh:description "Le P48_has_preferred_identifier sur une Institution DOIT être un E42_Identifier et DOIT être une URL (l’URL de son site web)"@fr; sh:path crm:P48_has_preferred_identifier . oash:P31 dash:propertyRole dash:LabelRole; sh:deactivated true; sh:description "Le skos:prefLabel sur une Institution DOIT être présent et unique"@fr; sh:maxCount 1; sh:minCount 1; sh:nodeKind sh:Literal; sh:path skos:prefLabel . oash:P32 sh:deactivated true; sh:description "Un LegalBody DOIT être lié à au moins une Personne"@fr; sh:minCount 1; sh:path _:node1i84qc4nux38 . _:node1i84qc4nux38 sh:alternativePath _:node1i84qc4nux39 . _:node1i84qc4nux39 rdf:first crm:P107_has_current_or_former_member; rdf:rest _:node1i84qc4nux40 . _:node1i84qc4nux40 rdf:first _:node1i84qc4nux41 . _:node1i84qc4nux41 sh:inversePath crm:P107i_is_current_or_former_member_of . _:node1i84qc4nux40 rdf:rest rdf:nil . oash:P33 sh:class crm:E21_Person; sh:deactivated true; sh:description "Le P107 DOIT être une Personne"@fr; sh:path crm:P107_has_current_or_former_member . oash:P35 sh:deactivated true; sh:description "Le P3_has_note sur un BuiltWork DOIT être une valeur litérale."@fr; sh:nodeKind sh:Literal; sh:path crm:P3_has_note . oash:BuiltWork sh:property oash:P35, oash:P36, oash:P37, oash:P38, oash:P39, oash:P40, oash:P41, oash:P42, oash:P43 . oash:P36 sh:class crm:E42_Identifier; sh:deactivated true; sh:description "Le P48_has_preferred_identifier sur un BuiltWork DOIT exister, être unique, et être un E42_Identifier"@fr; sh:maxCount 1; sh:minCount 1; sh:path crm:P48_has_preferred_identifier . oash:P37 sh:class crmsci:S19_Encounter_Event; sh:deactivated true; sh:description "Le O19i_was_object_found_by sur un BuiltWork PEUT exister"@fr; sh:path crmsci:O19i_was_object_found_by . oash:P38 sh:deactivated true; sh:description "Un BuiltWork DOIT être lié à un et un seul O19i ou l'inverse de O19"@fr; sh:maxCount 1; sh:minCount 1; sh:path _:node1i84qc4nux42 . _:node1i84qc4nux42 sh:alternativePath _:node1i84qc4nux43 . _:node1i84qc4nux43 rdf:first crmsci:O19i_was_object_found_by; rdf:rest _:node1i84qc4nux44 . _:node1i84qc4nux44 rdf:first _:node1i84qc4nux45 . _:node1i84qc4nux45 sh:inversePath crmsci:O19_has_found_object . _:node1i84qc4nux44 rdf:rest rdf:nil . oash:P39 sh:deactivated true; sh:description "Le P101_had_as_general_use sur un BuiltWork DOIT être une URI PACTOLS"@fr; sh:maxCount 1; sh:path crm:P101_had_as_general_use . oash:P40 sh:class crm:E25_Human-Made_Feature; sh:deactivated true; sh:description "Le P46_is_composed_of ou son inverse sur un BuiltWork DOIT être un E25_Man-Made_Feature"@fr; sh:path _:node1i84qc4nux46 . _:node1i84qc4nux46 sh:alternativePath _:node1i84qc4nux47 . _:node1i84qc4nux47 rdf:first crm:P46_is_composed_of; rdf:rest _:node1i84qc4nux48 . _:node1i84qc4nux48 rdf:first _:node1i84qc4nux49 . _:node1i84qc4nux49 sh:inversePath crm:P46i_forms_part_of . _:node1i84qc4nux48 rdf:rest rdf:nil . oash:P41 dash:propertyRole dash:LabelRole; sh:deactivated true; sh:description "Le skos:prefLabel sur un BuiltWork DOIT être présent"@fr; sh:maxCount 1; sh:minCount 1; sh:nodeKind sh:Literal; sh:path skos:prefLabel . oash:P42 sh:class crm:E31_Document; sh:deactivated true; sh:description "Le P70i_is_documented_in DOIT être un E31_Document"@fr; sh:path crm:P70i_is_documented_in . oash:P43 sh:class crm:E5_Event; sh:deactivated true; sh:description "Un BuiltWork DOIT porter au maximum un P8i_witnessed vers E5_Event (datation)"@fr; sh:maxCount 1; sh:path crm:P8i_witnessed . oash:P45 sh:deactivated true; sh:description "Le P3_has_note sur un Man-Made Feature DOIT être une valeur litérale."@fr; sh:nodeKind sh:Literal; sh:path crm:P3_has_note . oash:HumanMadeFeature sh:property oash:P45, oash:P46, oash:P47, oash:P48, oash:P49, oash:P50, oash:P51, oash:P52, oash:P53, oash:P54, oash:P55, oash:P56, oash:P57 . oash:P46 sh:class crm:E42_Identifier; sh:deactivated true; sh:description "Le P48_has_preferred_identifier sur un Man-Made Feature DOIT être un E42_Identifier et être unique."@fr; sh:maxCount 1; sh:path crm:P48_has_preferred_identifier . oash:P47 sh:deactivated true; sh:description "Le P101_had_as_general_use sur un Man-Made Feature DOIT être une URI PACTOLS et être unique"@fr; sh:maxCount 1; sh:path crm:P101_had_as_general_use . oash:P48 sh:deactivated true; sh:description "Le P2_has_type sur une Man-Made Feature DOIT être présent, unique et avoir pour valeur soit Feature, Wall ou Burial"@fr; sh:maxCount 1; sh:minCount 1; sh:path crm:P2_has_type . oash:P49 sh:class crmsci:S19_Encounter_Event; sh:deactivated true; sh:description "Le O19i_was_object_found_by sur un Man-Made Feature DOIT être un S19_Encoutner_Event"@fr; sh:path crmsci:O19i_was_object_found_by . oash:P50 sh:description "Un Man-Made Feature DOIT être lié à un et un seul O19i ou inverse de O19"@fr; sh:maxCount 1; sh:minCount 1; sh:path _:node1i84qc4nux50 . _:node1i84qc4nux50 sh:alternativePath _:node1i84qc4nux51 . _:node1i84qc4nux51 rdf:first crmsci:O19i_was_object_found_by; rdf:rest _:node1i84qc4nux52 . _:node1i84qc4nux52 rdf:first _:node1i84qc4nux53 . _:node1i84qc4nux53 sh:inversePath crmsci:O19_has_found_object . _:node1i84qc4nux52 rdf:rest rdf:nil . oash:P51 sh:deactivated true; sh:description "Un P46i_forms_part_of ou son inverse P46 sur un Man-made Feature DOIT être unique"@fr; sh:maxCount 1; sh:path _:node1i84qc4nux54 . _:node1i84qc4nux54 sh:alternativePath _:node1i84qc4nux55 . _:node1i84qc4nux55 rdf:first crm:P46i_forms_part_of; rdf:rest _:node1i84qc4nux56 . _:node1i84qc4nux56 rdf:first _:node1i84qc4nux57 . _:node1i84qc4nux57 sh:inversePath crm:P46_is_composed_of . _:node1i84qc4nux56 rdf:rest rdf:nil . oash:P52 sh:class crmba:B1_Built_Work; sh:deactivated true; sh:description "Un P46i_forms_part_of sur un Man-made-Feature DOIT être un B1_Built_Work"@fr; sh:path crm:P46i_forms_part_of . oash:P53 sh:deactivated true; sh:description "Un P46_is_composed_of sur un Man-Made Feature DOIT être soit un A2_Stratigraphic_Volume_Unit ou un E22_Man-Made_Object"@fr; sh:or _:node1i84qc4nux58 . _:node1i84qc4nux58 rdf:first _:node1i84qc4nux59 . _:node1i84qc4nux59 sh:class crmarch:A2_Stratigraphic_Volume_Unit . _:node1i84qc4nux58 rdf:rest _:node1i84qc4nux60 . _:node1i84qc4nux60 rdf:first _:node1i84qc4nux61 . _:node1i84qc4nux61 sh:class crm:E22_Human-Made_Object . _:node1i84qc4nux60 rdf:rest rdf:nil . oash:P53 sh:path crm:P46_is_composed_of . oash:P54 sh:deactivated true; sh:description "Un P46_is_composed_of ou son inverse P46i sur un Man-Made Feature DOIT être soit un A2_Stratigraphic_Volume_Unit ou un E22_Man-Made_Object"@fr; sh:or _:node1i84qc4nux66 . _:node1i84qc4nux66 rdf:first _:node1i84qc4nux67 . _:node1i84qc4nux67 sh:class crmarch:A2_Stratigraphic_Volume_Unit . _:node1i84qc4nux66 rdf:rest _:node1i84qc4nux68 . _:node1i84qc4nux68 rdf:first _:node1i84qc4nux69 . _:node1i84qc4nux69 sh:class crm:E22_Human-Made_Object . _:node1i84qc4nux68 rdf:rest rdf:nil . oash:P54 sh:path _:node1i84qc4nux62 . _:node1i84qc4nux62 sh:alternativePath _:node1i84qc4nux63 . _:node1i84qc4nux63 rdf:first crm:P46_is_composed_of; rdf:rest _:node1i84qc4nux64 . _:node1i84qc4nux64 rdf:first _:node1i84qc4nux65 . _:node1i84qc4nux65 sh:inversePath crm:P46i_forms_part_of . _:node1i84qc4nux64 rdf:rest rdf:nil . oash:P55 dash:propertyRole dash:LabelRole; sh:deactivated true; sh:description "Le skos:prefLabel sur une Man-Made Feature DOIT être présent"@fr; sh:maxCount 1; sh:minCount 1; sh:nodeKind sh:Literal; sh:path skos:prefLabel . oash:P56 sh:class crm:E31_Document; sh:deactivated true; sh:description "Le P70i_is_documented_in DOIT être un E31_Document"@fr; sh:path crm:P70i_is_documented_in . oash:P57 sh:class crm:E5_Event; sh:deactivated true; sh:description "Un ManMadeFeature DOIT porter au maximum un P8i_witnessed vers E5_Event (datation)"@fr; sh:maxCount 1; sh:path crm:P8i_witnessed . oash:P59 sh:deactivated true; sh:description "Le P3_has_note sur un Man-Made Object DOIT être une valeur litérale."@fr; sh:nodeKind sh:Literal; sh:path crm:P3_has_note . oash:HumanMadeObject sh:property oash:P59, oash:P60, oash:P61, oash:P62, oash:P63, oash:P64, oash:P65, oash:P66, oash:P67, oash:P68, oash:P69, oash:P70, oash:P71 . oash:P60 sh:deactivated true; sh:description "Le P101_had_as_general_use sur un Man-Made Object DOIT être une URI PACTOLS"@fr; sh:path crm:P101_had_as_general_use . oash:P61 sh:deactivated true; sh:description "Le P45_consists_of sur un Man-Made Object DOIT être une URI des PACTOLS"@fr; sh:path crm:P45_consists_of . oash:P62 sh:class crm:E42_Identifier; sh:deactivated true; sh:description "Le P48_has_preferred_identifier sur un Man-Made Object DOIT être un E42_Identifier"@fr; sh:path crm:P48_has_preferred_identifier . oash:P63 sh:class crmsci:S19_Encounter_Event; sh:deactivated true; sh:description "Le O19i_was_object_found_by sur un Man-Made Object DOIT être un S19_Encoutner_Event"@fr; sh:path crmsci:O19i_was_object_found_by . oash:P64 sh:deactivated true; sh:description "Un Man-Made Object DOIT être lié à un seul O19i ou inverse de O19"@fr; sh:maxCount 1; sh:path _:node1i84qc4nux70 . _:node1i84qc4nux70 sh:alternativePath _:node1i84qc4nux71 . _:node1i84qc4nux71 rdf:first crmsci:O19i_was_object_found_by; rdf:rest _:node1i84qc4nux72 . _:node1i84qc4nux72 rdf:first _:node1i84qc4nux73 . _:node1i84qc4nux73 sh:inversePath crmsci:O19_has_found_object . _:node1i84qc4nux72 rdf:rest rdf:nil . oash:P65 sh:class crmarch:A2_Stratigraphic_Volume_Unit; sh:deactivated true; sh:description "Le AP21i_is_contained_in sur un Man-Made Object DOIT être une A2_Stratigraphic_Volume_Unit"@fr; sh:path crmarch:AP21i_is_contained_in . oash:P66 sh:deactivated true; sh:description "Un Man-Made Object DOIT être lié à au maximum 1 AP21i ou inverse de AP21"@fr; sh:maxCount 1; sh:path _:node1i84qc4nux74 . _:node1i84qc4nux74 sh:alternativePath _:node1i84qc4nux75 . _:node1i84qc4nux75 rdf:first crmarch:AP21i_is_contained_in; rdf:rest _:node1i84qc4nux76 . _:node1i84qc4nux76 rdf:first _:node1i84qc4nux77 . _:node1i84qc4nux77 sh:inversePath crmarch:AP21_contains . _:node1i84qc4nux76 rdf:rest rdf:nil . oash:P67 sh:class crm:E25_Human-Made_Feature; sh:deactivated true; sh:description "Le P46i_forms_part_of sur un Man-Made Object DOIT être un E25_Man-Made_Feature"@fr; sh:path crm:P46i_forms_part_of . oash:P68 sh:deactivated true; sh:description "Un Man-Made Object DOIT être lié à au maximum 1 P46i ou inverse de P46"@fr; sh:maxCount 1; sh:path _:node1i84qc4nux78 . _:node1i84qc4nux78 sh:alternativePath _:node1i84qc4nux79 . _:node1i84qc4nux79 rdf:first crm:P46i_forms_part_of; rdf:rest _:node1i84qc4nux80 . _:node1i84qc4nux80 rdf:first _:node1i84qc4nux81 . _:node1i84qc4nux81 sh:inversePath crm:P46_is_composed_of . _:node1i84qc4nux80 rdf:rest rdf:nil . oash:P69 dash:propertyRole dash:LabelRole; sh:deactivated true; sh:description "Le skos:prefLabel sur un Man-Made Object DOIT être présent et unique"@fr; sh:maxCount 1; sh:minCount 1; sh:nodeKind sh:Literal; sh:path skos:prefLabel . oash:P70 sh:class crm:E31_Document; sh:deactivated true; sh:description "Le P70i_is_documented_in DOIT être un E31_Document"@fr; sh:path crm:P70i_is_documented_in . oash:P71 sh:class crm:E5_Event; sh:deactivated true; sh:description "Un ManMadeObject DOIT porter au maximum un P8i_witnessed vers E5_Event (datation)"@fr; sh:maxCount 1; sh:path crm:P8i_witnessed . oash:P73 dash:searchWidget core:ListProperty; sh:deactivated true; sh:description "Le P3_has_note sur une US DOIT être une valeur litérale."@fr; sh:nodeKind sh:Literal; sh:path crm:P3_has_note . oash:StratigraphicVolumeUnit sh:property oash:P73, oash:P74, oash:P75, oash:P76, oash:P77, oash:P78, oash:P79, oash:P80, oash:P81, oash:P82, oash:P83 . oash:P74 dash:searchWidget core:ListProperty; sh:class crm:E42_Identifier; sh:deactivated true; sh:description "Le P48_has_preferred_identifier sur une US DOIT être un E42_Identifier et être unique"@fr; sh:maxCount 1; sh:path crm:P48_has_preferred_identifier . oash:P75 sh:class crm:E55_Type; sh:deactivated true; sh:description "Le P101_had_as_general_use sur une US DOIT être une valeur PACTOLS connue (Construction, Occupation, Destruction, Abandon, Remblais)"@fr; sh:path crm:P101_had_as_general_use . oash:P76 dash:searchWidget core:ListProperty; sh:class crm:E22_Human-Made_Object; sh:deactivated true; sh:description "le AP21_contains sur une US DOIT être un E22_Man-Made_Object"@fr; sh:path crmarch:AP21_contains . oash:P77 sh:class crmsci:S19_Encounter_Event; sh:deactivated true; sh:description "Le O19i_was_object_found_by sur une US DOIT être un S19_Encoutner_Event"@fr; sh:path crmsci:O19i_was_object_found_by . oash:P78 sh:deactivated true; sh:description "Une US DOIT être lié à un et un seul O19i ou inverse de O19 maximum"@fr; sh:maxCount 1; sh:minCount 1; sh:path _:node1i84qc4nux82 . _:node1i84qc4nux82 sh:alternativePath _:node1i84qc4nux83 . _:node1i84qc4nux83 rdf:first crmsci:O19i_was_object_found_by; rdf:rest _:node1i84qc4nux84 . _:node1i84qc4nux84 rdf:first _:node1i84qc4nux85 . _:node1i84qc4nux85 sh:inversePath crmsci:O19_has_found_object . _:node1i84qc4nux84 rdf:rest rdf:nil . oash:P79 sh:class crm:E25_Human-Made_Feature; sh:deactivated true; sh:description "Le P46i_forms_part_of sur une US DOIT être un E25_Man-Made_Feature"@fr; sh:path crm:P46i_forms_part_of . oash:P80 sh:deactivated true; sh:description "Le P46i_forms_part_of ou son inverse sur une US DOIT être unique"@fr; sh:maxCount 1; sh:path _:node1i84qc4nux86 . _:node1i84qc4nux86 sh:alternativePath _:node1i84qc4nux87 . _:node1i84qc4nux87 rdf:first crm:P46i_forms_part_of; rdf:rest _:node1i84qc4nux88 . _:node1i84qc4nux88 rdf:first _:node1i84qc4nux89 . _:node1i84qc4nux89 sh:inversePath crm:P46_is_composed_of . _:node1i84qc4nux88 rdf:rest rdf:nil . oash:P81 dash:propertyRole dash:LabelRole; sh:deactivated true; sh:description "Le skos:prefLabel sur une US Object DOIT être présent et unique"@fr; sh:maxCount 1; sh:minCount 1; sh:path skos:prefLabel . oash:P82 sh:class crm:E31_Document; sh:deactivated true; sh:description "Le P70i_is_documented_in DOIT être un E31_Document"@fr; sh:path crm:P70i_is_documented_in . oash:P83 sh:class crm:E5_Event; sh:deactivated true; sh:description "Une US DOIT porter au maximum un P8i_witnessed vers E5_Event (datation)"@fr; sh:maxCount 1; sh:path crm:P8i_witnessed . oash:P85 sh:deactivated true; sh:description "Le P8_took_place_on_or_within ou son inverse P8i_witnessed sur un Event DOIT être présent."@fr; sh:maxCount 1; sh:minCount 1; sh:path _:node1i84qc4nux90 . _:node1i84qc4nux90 sh:alternativePath _:node1i84qc4nux91 . _:node1i84qc4nux91 rdf:first crm:P8_took_place_on_or_within; rdf:rest _:node1i84qc4nux92 . _:node1i84qc4nux92 rdf:first _:node1i84qc4nux93 . _:node1i84qc4nux93 sh:inversePath crm:P8i_witnessed . _:node1i84qc4nux92 rdf:rest rdf:nil . oash:Event sh:property oash:P85, oash:P86, oash:P87 . oash:P86 sh:deactivated true; sh:description "Le P8_took_place_on_or_within sur un Event DOIT être soit un Site Built Work, Man-Made Feature, Stratigraphical Volume Unit ou Man-Made Object"@fr; sh:or _:node1i84qc4nux94 . _:node1i84qc4nux94 rdf:first _:node1i84qc4nux95 . _:node1i84qc4nux95 sh:class crm:E27_Site . _:node1i84qc4nux94 rdf:rest _:node1i84qc4nux96 . _:node1i84qc4nux96 rdf:first _:node1i84qc4nux97 . _:node1i84qc4nux97 sh:class crmba:B1_Built_Work . _:node1i84qc4nux96 rdf:rest _:node1i84qc4nux98 . _:node1i84qc4nux98 rdf:first _:node1i84qc4nux99 . _:node1i84qc4nux99 sh:class crm:E25_Human-Made_Feature . _:node1i84qc4nux98 rdf:rest _:node1i84qc4nux100 . _:node1i84qc4nux100 rdf:first _:node1i84qc4nux101 . _:node1i84qc4nux101 sh:class crm:E22_Human-Made_Object . _:node1i84qc4nux100 rdf:rest _:node1i84qc4nux102 . _:node1i84qc4nux102 rdf:first _:node1i84qc4nux103 . _:node1i84qc4nux103 sh:class crmarch:A2_Stratigraphic_Volume_Unit . _:node1i84qc4nux102 rdf:rest rdf:nil . oash:P86 sh:path crm:P8_took_place_on_or_within . oash:P87 sh:class crm:E52_Time-Span; sh:deactivated true; sh:description "Le P4_has_time-span sur un Event DOIT être présent, unique et être un E52_Time-Span."@fr; sh:maxCount 1; sh:minCount 1; sh:path crm:P4_has_time-span . oash:P88 sh:class crm:E52_Time-Span; sh:deactivated true; sh:description "Le P4_has_time-span sur un EncoutnerEvent DOIT être unique, mais pas obligatoire et être un E52_Time-Span."@fr; sh:maxCount 1; sh:path crm:P4_has_time-span . oash:EncounterEvent sh:property oash:P88 . oash:P89 sh:datatype xsd:dateTime; sh:deactivated true; sh:description "Le P82a_begin_of_the_begin sur un TimeSpan DOIT être unique et avoir le datatype xsd:dateTime"@fr; sh:maxCount 1; sh:nodeKind sh:Literal; sh:path crm:P82a_begin_of_the_begin . oash:TimeSpanEvent sh:property oash:P89, oash:P90, oash:P91, oash:P92 . oash:P90 sh:datatype xsd:dateTime; sh:deactivated true; sh:description "Le P82b_end_of_the_end sur un TimeSpan DOIT être unique et avoir le datatype xsd:dateTime"@fr; sh:maxCount 1; sh:nodeKind sh:Literal; sh:path crm:P82b_end_of_the_end . oash:P91 dash:propertyRole dash:LabelRole; sh:deactivated true; sh:description "Le skos:prefLabel sur un TimeSpan DOIT être présent et unique"@fr; sh:maxCount 1; sh:minCount 1; sh:path skos:prefLabel . oash:P92 sh:deactivated true; sh:description "Un TimeSpan DOIT avoir au moins un P82a_begin_of_the_begin OU un P82b_end_of_the_end"@fr; sh:minCount 1; sh:path _:node1i84qc4nux104 . _:node1i84qc4nux104 sh:alternativePath _:node1i84qc4nux105 . _:node1i84qc4nux105 rdf:first crm:P82a_begin_of_the_begin; rdf:rest _:node1i84qc4nux106 . _:node1i84qc4nux106 rdf:first crm:P82b_end_of_the_end; rdf:rest rdf:nil . oash:P94 sh:deactivated true; sh:description "Le P2_has_type sur un Document DOIT être une URI PACTOLS"@fr; sh:path crm:P2_has_type . oash:Document sh:property oash:P94, oash:P95, oash:P96, oash:P97, oash:P98 . oash:P95 sh:deactivated true; sh:description "Le P70_documents sur un Document DOIT être soit un Encounter_Event, soit un Site, soit un Built_Work, soit un Man-Made_Feature, soit une Stratigraphic Volume Unit, soit un Man-Made_Object"@fr; sh:or _:node1i84qc4nux107 . _:node1i84qc4nux107 rdf:first _:node1i84qc4nux108 . _:node1i84qc4nux108 sh:class crmsci:S19_Encounter_Event . _:node1i84qc4nux107 rdf:rest _:node1i84qc4nux109 . _:node1i84qc4nux109 rdf:first _:node1i84qc4nux110 . _:node1i84qc4nux110 sh:class crm:E27_Site . _:node1i84qc4nux109 rdf:rest _:node1i84qc4nux111 . _:node1i84qc4nux111 rdf:first _:node1i84qc4nux112 . _:node1i84qc4nux112 sh:class crmba:B1_Built_Work . _:node1i84qc4nux111 rdf:rest _:node1i84qc4nux113 . _:node1i84qc4nux113 rdf:first _:node1i84qc4nux114 . _:node1i84qc4nux114 sh:class crm:E25_Human-Made_Feature . _:node1i84qc4nux113 rdf:rest _:node1i84qc4nux115 . _:node1i84qc4nux115 rdf:first _:node1i84qc4nux116 . _:node1i84qc4nux116 sh:class crm:E22_Human-Made_Object . _:node1i84qc4nux115 rdf:rest _:node1i84qc4nux117 . _:node1i84qc4nux117 rdf:first _:node1i84qc4nux118 . _:node1i84qc4nux118 sh:class crmarch:A2_Stratigraphic_Volume_Unit . _:node1i84qc4nux117 rdf:rest rdf:nil . oash:P95 sh:path crm:P70_documents . oash:P96 sh:deactivated true; sh:description "Un Document DOIT documenter au moins un objet, soit par un P70 soit par l'inverse P70i"@fr; sh:minCount 1; sh:path _:node1i84qc4nux119 . _:node1i84qc4nux119 sh:alternativePath _:node1i84qc4nux120 . _:node1i84qc4nux120 rdf:first crm:P70_documents; rdf:rest _:node1i84qc4nux121 . _:node1i84qc4nux121 rdf:first _:node1i84qc4nux122 . _:node1i84qc4nux122 sh:inversePath crm:P70i_is_documented_in . _:node1i84qc4nux121 rdf:rest rdf:nil . oash:P97 dash:propertyRole dash:LabelRole; sh:deactivated true; sh:description "Le skos:prefLabel sur un Document DOIT être présent et unique"@fr; sh:maxCount 1; sh:minCount 1; sh:path skos:prefLabel . oash:P98 sh:class crm:E65_Creation; sh:deactivated true; sh:description "Un P94i_was_created_by sur un Document doit être un E65_Creation"@fr; sh:path crm:P94i_was_created_by . oash:P99 sh:class crm:E31_Document; sh:deactivated true; sh:description "Une création de document DOIT avoir créé au moins 1 document"@fr; sh:minCount 1; sh:path _:node1i84qc4nux123 . _:node1i84qc4nux123 sh:alternativePath _:node1i84qc4nux124 . _:node1i84qc4nux124 rdf:first crm:P94_has_created; rdf:rest _:node1i84qc4nux125 . _:node1i84qc4nux125 rdf:first _:node1i84qc4nux126 . _:node1i84qc4nux126 sh:inversePath crm:P94i_was_created_by . _:node1i84qc4nux125 rdf:rest rdf:nil . oash:DocumentCreation sh:property oash:P100, oash:P101, oash:P102, oash:P99 . oash:P100 sh:class crm:E31_Document; sh:deactivated true; sh:description "crm:P94_has_created DOIT n'apparaitre qu'une seule fois et être un crm:E31_Document"@fr; sh:maxCount 1; sh:path crm:P94_has_created . oash:P101 sh:class crm:E21_Person; sh:deactivated true; sh:description "Le P14_carried_out_by sur une création de document DOIT être un E21_Person"@fr; sh:path crm:P14_carried_out_by . oash:P102 sh:class crm:E52_Time-Span; sh:deactivated true; sh:description "Le P4_has_time-span sur un E65_Creation DOIT être unique et être un E52_Time-Span."@fr; sh:maxCount 1; sh:path crm:P4_has_time-span . oash:P104 dash:propertyRole dash:LabelRole; sh:deactivated true; sh:description "Le rdfs:label sur un Preferred Identifier DOIT être présent et unique."@fr; sh:maxCount 1; sh:minCount 1; sh:nodeKind sh:Literal; sh:path rdfs:label . oash:PreferredIdentifier sh:property oash:P104 . oash:P106 dash:propertyRole dash:LabelRole; sh:deactivated true; sh:description "Le skos:prefLabel sur un lieu DOIT être présent."@fr; sh:maxCount 1; sh:minCount 1; sh:nodeKind sh:Literal; sh:path skos:prefLabel . oash:Place sh:property oash:P106, oash:P107, oash:P108 . oash:P107 sh:class crmsci:S19_Encounter_Event; sh:deactivated true; sh:description "E53 DOIT toujours être relié à un S19 par la propriété P7."@fr; sh:minCount 1; sh:path _:node1i84qc4nux127 . _:node1i84qc4nux127 sh:alternativePath _:node1i84qc4nux128 . _:node1i84qc4nux128 rdf:first crm:P7i_witnessed; rdf:rest _:node1i84qc4nux129 . _:node1i84qc4nux129 rdf:first _:node1i84qc4nux130 . _:node1i84qc4nux130 sh:inversePath crm:P7_took_place_at . _:node1i84qc4nux129 rdf:rest rdf:nil . oash:P108 sh:class crm:E94_Space_Primitive; sh:deactivated true; sh:description "Un E53 PEUT avoir ses coordonnées de renseigné via un P171 sur un E94."@fr; sh:path crm:P171_at_some_time_within . oash:P110 sh:class skosxl:Label; sh:deactivated true; sh:minCount 1; sh:path skosxl:altLabel . oash:Type sh:property oash:P110, oash:P112, oash:P113, oash:P114 . oash:P111 sh:class skosxl:Label; sh:deactivated true; sh:minCount 1; sh:path skosxl:altLabel . oash:Material sh:property oash:P111, oash:P115 . oash:P112 sh:deactivated true; sh:description "E55_Type DOIT être utilisé au bout d'un P2 ou d'un P101 en fonction du domaine du triplet."@fr; sh:or _:node1i84qc4nux135 . _:node1i84qc4nux135 rdf:first _:node1i84qc4nux136 . _:node1i84qc4nux136 sh:class crmsci:S19_Encounter_Event . _:node1i84qc4nux135 rdf:rest _:node1i84qc4nux137 . _:node1i84qc4nux137 rdf:first _:node1i84qc4nux138 . _:node1i84qc4nux138 sh:class crm:E27_Site . _:node1i84qc4nux137 rdf:rest _:node1i84qc4nux139 . _:node1i84qc4nux139 rdf:first _:node1i84qc4nux140 . _:node1i84qc4nux140 sh:class crmba:B1_Built_Work . _:node1i84qc4nux139 rdf:rest _:node1i84qc4nux141 . _:node1i84qc4nux141 rdf:first _:node1i84qc4nux142 . _:node1i84qc4nux142 sh:class crm:E25_Human-Made_Feature . _:node1i84qc4nux141 rdf:rest _:node1i84qc4nux143 . _:node1i84qc4nux143 rdf:first _:node1i84qc4nux144 . _:node1i84qc4nux144 sh:class crm:E31_Document . _:node1i84qc4nux143 rdf:rest rdf:nil . oash:P112 sh:path _:node1i84qc4nux131 . _:node1i84qc4nux131 sh:alternativePath _:node1i84qc4nux132 . _:node1i84qc4nux132 rdf:first crm:P2i_is_type_of; rdf:rest _:node1i84qc4nux133 . _:node1i84qc4nux133 rdf:first _:node1i84qc4nux134 . _:node1i84qc4nux134 sh:inversePath crm:P2_has_type . _:node1i84qc4nux133 rdf:rest rdf:nil . oash:P113 sh:deactivated true; sh:description "E55_Type DOIT être utilisé au bout d'un P2 ou d'un P101 en fonction du domaine du triplet.."@fr; sh:or _:node1i84qc4nux149 . _:node1i84qc4nux149 rdf:first _:node1i84qc4nux150 . _:node1i84qc4nux150 sh:class crm:E22_Human-Made_Object . _:node1i84qc4nux149 rdf:rest _:node1i84qc4nux151 . _:node1i84qc4nux151 rdf:first _:node1i84qc4nux152 . _:node1i84qc4nux152 sh:class crmarch:A2_Stratigraphic_Volume_Unit . _:node1i84qc4nux151 rdf:rest _:node1i84qc4nux153 . _:node1i84qc4nux153 rdf:first _:node1i84qc4nux154 . _:node1i84qc4nux154 sh:class crm:E25_Human-Made_Feature . _:node1i84qc4nux153 rdf:rest rdf:nil . oash:P113 sh:path _:node1i84qc4nux145 . _:node1i84qc4nux145 sh:alternativePath _:node1i84qc4nux146 . _:node1i84qc4nux146 rdf:first crm:P101i_was_use_of; rdf:rest _:node1i84qc4nux147 . _:node1i84qc4nux147 rdf:first _:node1i84qc4nux148 . _:node1i84qc4nux148 sh:inversePath crm:P101_had_as_general_use . _:node1i84qc4nux147 rdf:rest rdf:nil . oash:P114 sh:deactivated true; sh:description "E55_Type DOIT être utilisé au bout d'un P2 ou d'un P101 en fonction du domaine du triplet.."@fr; sh:minCount 1; sh:or _:node1i84qc4nux162 . _:node1i84qc4nux162 rdf:first _:node1i84qc4nux163 . _:node1i84qc4nux163 sh:class crmsci:S19_Encounter_Event . _:node1i84qc4nux162 rdf:rest _:node1i84qc4nux164 . _:node1i84qc4nux164 rdf:first _:node1i84qc4nux165 . _:node1i84qc4nux165 sh:class crm:E27_Site . _:node1i84qc4nux164 rdf:rest _:node1i84qc4nux166 . _:node1i84qc4nux166 rdf:first _:node1i84qc4nux167 . _:node1i84qc4nux167 sh:class crmba:B1_Built_Work . _:node1i84qc4nux166 rdf:rest _:node1i84qc4nux168 . _:node1i84qc4nux168 rdf:first _:node1i84qc4nux169 . _:node1i84qc4nux169 sh:class crm:E25_Human-Made_Feature . _:node1i84qc4nux168 rdf:rest _:node1i84qc4nux170 . _:node1i84qc4nux170 rdf:first _:node1i84qc4nux171 . _:node1i84qc4nux171 sh:class crm:E31_Document . _:node1i84qc4nux170 rdf:rest _:node1i84qc4nux172 . _:node1i84qc4nux172 rdf:first _:node1i84qc4nux173 . _:node1i84qc4nux173 sh:class crm:E22_Human-Made_Object . _:node1i84qc4nux172 rdf:rest _:node1i84qc4nux174 . _:node1i84qc4nux174 rdf:first _:node1i84qc4nux175 . _:node1i84qc4nux175 sh:class crmarch:A2_Stratigraphic_Volume_Unit . _:node1i84qc4nux174 rdf:rest rdf:nil . oash:P114 sh:path _:node1i84qc4nux155 . _:node1i84qc4nux155 sh:alternativePath _:node1i84qc4nux156 . _:node1i84qc4nux156 rdf:first crm:P101i_was_use_of; rdf:rest _:node1i84qc4nux157 . _:node1i84qc4nux157 rdf:first _:node1i84qc4nux158 . _:node1i84qc4nux158 sh:inversePath crm:P101_had_as_general_use . _:node1i84qc4nux157 rdf:rest _:node1i84qc4nux159 . _:node1i84qc4nux159 rdf:first crm:P2i_is_type_of; rdf:rest _:node1i84qc4nux160 . _:node1i84qc4nux160 rdf:first _:node1i84qc4nux161 . _:node1i84qc4nux161 sh:inversePath crm:P2_has_type . _:node1i84qc4nux160 rdf:rest rdf:nil . oash:P115 sh:class crm:E22_Human-Made_Object; sh:deactivated true; sh:description "Un E57_Material DOIT TOUJOURS être relié à un E22 avec la propriété P45"@fr; sh:minCount 1; sh:path _:node1i84qc4nux176 . _:node1i84qc4nux176 sh:alternativePath _:node1i84qc4nux177 . _:node1i84qc4nux177 rdf:first crm:P45i_is_incorporated_in; rdf:rest _:node1i84qc4nux178 . _:node1i84qc4nux178 rdf:first _:node1i84qc4nux179 . _:node1i84qc4nux179 sh:inversePath crm:P45_consists_of . _:node1i84qc4nux178 rdf:rest rdf:nil . oash:P117 sh:deactivated true; sh:description "Un Label DOIT TOUJOURS avoir une forme littérale affiliée."@fr; sh:minCount 1; sh:nodeKind sh:Literal; sh:path skosxl:literalForm . oash:Label sh:property oash:P117, oash:P118 . oash:P118 dash:propertyRole dash:LabelRole; sh:deactivated true; sh:description "UN Label DOIT TOUJOURS avoir la source (le jeu de donnée) de la forme littérale."@fr; sh:minCount 1; sh:nodeKind sh:Literal; sh:path dct:source . oash:P120 core:enableNegation true; core:enableOptional true; dash:searchWidget core:AutocompleteProperty; sh:description "La fouille ou la découverte où des murs ont éte découverts ou trouvés"@fr, "The excavation/discovery on which the wall was excavated or found."@en; sh:name "a été trouvé sur"@fr, "was found on"@en; sh:node oash:EncounterEvent; sh:path _:node1i84qc4nux180 . _:node1i84qc4nux180 sh:alternativePath _:node1i84qc4nux181 . _:node1i84qc4nux181 rdf:first crmsci:O19i_was_object_found_by; rdf:rest _:node1i84qc4nux182 . _:node1i84qc4nux182 rdf:first _:node1i84qc4nux183 . _:node1i84qc4nux183 sh:inversePath crmsci:O19_has_found_object . _:node1i84qc4nux182 rdf:rest rdf:nil . oash:Wall sh:property oash:P120, oash:P121, oash:P122, oash:P123, oash:P124, oash:P125, oash:P126 . oash:P121 core:enableNegation true; core:enableOptional true; dash:searchWidget core:AutocompleteProperty; sh:description "A wall which is part of an archeologic entities."@en, "Un mur qui fait partie d'une entité archéologique"@fr; sh:name "fait partie de"@fr, "is part of"@en; sh:node oash:BuiltWork; sh:path _:node1i84qc4nux184 . _:node1i84qc4nux184 sh:alternativePath _:node1i84qc4nux185 . _:node1i84qc4nux185 rdf:first crm:P46i_forms_part_of; rdf:rest _:node1i84qc4nux186 . _:node1i84qc4nux186 rdf:first _:node1i84qc4nux187 . _:node1i84qc4nux187 sh:inversePath crm:P46_is_composed_of . _:node1i84qc4nux186 rdf:rest rdf:nil . oash:P122 core:enableNegation true; core:enableOptional true; dash:searchWidget core:AutocompleteProperty; sh:description "A wall which contained stratigraphic units."@en, "Un mur qui est contenu dans une unité stratigraphique"@fr; sh:name "contained"@en, "contenait"@fr; sh:node oash:StratigraphicVolumeUnit; sh:path _:node1i84qc4nux188 . _:node1i84qc4nux188 sh:alternativePath _:node1i84qc4nux189 . _:node1i84qc4nux189 rdf:first crmarch:AP21_contains; rdf:rest _:node1i84qc4nux190 . _:node1i84qc4nux190 rdf:first _:node1i84qc4nux191 . _:node1i84qc4nux191 sh:inversePath crmarch:AP21i_is_contained_in . _:node1i84qc4nux190 rdf:rest _:node1i84qc4nux192 . _:node1i84qc4nux192 rdf:first crm:P46_is_composed_of; rdf:rest _:node1i84qc4nux193 . _:node1i84qc4nux193 rdf:first _:node1i84qc4nux194 . _:node1i84qc4nux194 sh:inversePath crm:P46i_forms_part_of . _:node1i84qc4nux193 rdf:rest rdf:nil . oash:P123 core:enableNegation true; core:enableOptional true; sh:description "La datation affilié à l'usage ou la production d'un mur"@fr, "The datation affiliated on the usage or the production of the wall"@en; sh:name "est daté de"@fr, "is dated on"@en; sh:node oash:TimeSpanEvent; sh:path _:node1i84qc4nux195 . _:node1i84qc4nux195 sh:alternativePath _:node1i84qc4nux196 . _:node1i84qc4nux196 rdf:first _:node1i84qc4nux197 . _:node1i84qc4nux197 rdf:first crm:P8i_witnessed; rdf:rest _:node1i84qc4nux198 . _:node1i84qc4nux198 rdf:first crm:P4_has_time-span; rdf:rest rdf:nil . _:node1i84qc4nux196 rdf:rest _:node1i84qc4nux199 . _:node1i84qc4nux199 rdf:first _:node1i84qc4nux200 . _:node1i84qc4nux200 rdf:first _:node1i84qc4nux201 . _:node1i84qc4nux201 sh:inversePath crm:P8_took_place_on_or_within . _:node1i84qc4nux200 rdf:rest _:node1i84qc4nux202 . _:node1i84qc4nux202 rdf:first crm:P4_has_time-span; rdf:rest rdf:nil . _:node1i84qc4nux199 rdf:rest rdf:nil . oash:P124 core:enableNegation true; core:enableOptional true; dash:searchWidget core:AutocompleteProperty; sh:description "A document in which the wall is described, analysed or contextualised"@en, "Un document dans lequel un mur est décrit, analysé et contextualisé."@fr; sh:name "est documenté dans"@fr, "is documented in"@en; sh:node oash:Document; sh:path crm:P70i_is_documented_in . oash:P125 core:enableNegation true; core:enableOptional true; datasources:datasource oash:list_skos-preflabel_range-count; dash:searchWidget core:ListProperty; sh:description "Precise the kind of wall researched"@en, "Précise le type de mur recherché"@fr; sh:name "avait comme utilité"@fr, "had as general use"@en; sh:node oash:Type; sh:path crm:P101_had_as_general_use . oash:P126 core:enableNegation true; core:enableOptional true; dash:searchWidget core:AutocompleteProperty; sh:description "Precise the identifier of the wall researched"@en, "Précise l'identifiant du mur recherchée"@fr; sh:name "a comme identifiant"@fr, "has as identifier"@en; sh:node oash:PreferredIdentifier; sh:path crm:P48_has_preferred_identifier . oash:P127 core:enableNegation true; core:enableOptional true; dash:searchWidget core:AutocompleteProperty; sh:description "Le site archéologique sur lequel du mur était présent"@fr, "The archaeological site on which the wall was present."@en; sh:name "was present on"@en, "était présent sur"@fr; sh:node oash:Site; sh:path _:node1i84qc4nux203 . _:node1i84qc4nux203 sh:alternativePath _:node1i84qc4nux204 . _:node1i84qc4nux204 rdf:first _:node1