@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 _:node1i84qc4nux205 .

_:node1i84qc4nux205 rdf:first crmsci:O19i_was_object_found_by;
  rdf:rest _:node1i84qc4nux206 .

_:node1i84qc4nux206 rdf:first crm:P8_took_place_on;
  rdf:rest rdf:nil .

_:node1i84qc4nux204 rdf:rest _:node1i84qc4nux207 .

_:node1i84qc4nux207 rdf:first _:node1i84qc4nux208 .

_:node1i84qc4nux208 rdf:first _:node1i84qc4nux209 .

_:node1i84qc4nux209 sh:inversePath crmsci:O19_has_found_object .

_:node1i84qc4nux208 rdf:rest _:node1i84qc4nux210 .

_:node1i84qc4nux210 rdf:first _:node1i84qc4nux211 .

_:node1i84qc4nux211 sh:inversePath crm:P8i_witnessed .

_:node1i84qc4nux210 rdf:rest rdf:nil .

_:node1i84qc4nux207 rdf:rest rdf:nil .

oash:Wall sh:property oash:P127, oash:P128, oash:P129 .

oash:P128 sh:description "Commentaires sur le mur"@fr, "Comments on the wall"@en;
  sh:name "note"@en, "note"@fr;
  sh:nodeKind sh:Literal;
  sh:path crm:P3_has_note .

oash:P129 core:enableNegation true;
  dash:propertyRole dash:LabelRole;
  sh:description "Le label du mur"@fr, "The label of the wall"@en;
  sh:maxCount 1;
  sh:minCount 1;
  sh:name "label"@en, "label"@fr;
  sh:nodeKind sh:Literal;
  sh:path skos:prefLabel .

oash:P131 core:enableNegation true;
  core:enableOptional true;
  dash:searchWidget core:AutocompleteProperty;
  sh:description "La fouille ou la découverte où des sépultures ont éte découverts ou trouvés"@fr,
    "The excavation/discovery on which the burial was excavated or found."@en;
  sh:name "a été trouvé sur"@fr, "was found on"@en;
  sh:node oash:EncounterEvent;
  sh:path _:node1i84qc4nux212 .

_:node1i84qc4nux212 sh:alternativePath _:node1i84qc4nux213 .

_:node1i84qc4nux213 rdf:first crmsci:O19i_was_object_found_by;
  rdf:rest _:node1i84qc4nux214 .

_:node1i84qc4nux214 rdf:first _:node1i84qc4nux215 .

_:node1i84qc4nux215 sh:inversePath crmsci:O19_has_found_object .

_:node1i84qc4nux214 rdf:rest rdf:nil .

oash:Burial sh:property oash:P131, oash:P132, oash:P133, oash:P134, oash:P135, oash:P136,
    oash:P137 .

oash:P132 core:enableNegation true;
  core:enableOptional true;
  dash:searchWidget core:AutocompleteProperty;
  sh:description "A burial which is part of an archeologic entities."@en, "Une sépulture 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 _:node1i84qc4nux216 .

_:node1i84qc4nux216 sh:alternativePath _:node1i84qc4nux217 .

_:node1i84qc4nux217 rdf:first crm:P46i_forms_part_of;
  rdf:rest _:node1i84qc4nux218 .

_:node1i84qc4nux218 rdf:first _:node1i84qc4nux219 .

_:node1i84qc4nux219 sh:inversePath crm:P46_is_composed_of .

_:node1i84qc4nux218 rdf:rest rdf:nil .

oash:P133 core:enableNegation true;
  core:enableOptional true;
  dash:searchWidget core:AutocompleteProperty;
  sh:description "A burial which contained stratigraphic units."@en, "Une sépulture qui est contenu dans une unité stratigraphique"@fr;
  sh:name "contained"@en, "contenait"@fr;
  sh:node oash:StratigraphicVolumeUnit;
  sh:path _:node1i84qc4nux220 .

_:node1i84qc4nux220 sh:alternativePath _:node1i84qc4nux221 .

_:node1i84qc4nux221 rdf:first crmarch:AP21_contains;
  rdf:rest _:node1i84qc4nux222 .

_:node1i84qc4nux222 rdf:first _:node1i84qc4nux223 .

_:node1i84qc4nux223 sh:inversePath crmarch:AP21i_is_contained_in .

_:node1i84qc4nux222 rdf:rest _:node1i84qc4nux224 .

_:node1i84qc4nux224 rdf:first crm:P46_is_composed_of;
  rdf:rest _:node1i84qc4nux225 .

_:node1i84qc4nux225 rdf:first _:node1i84qc4nux226 .

_:node1i84qc4nux226 sh:inversePath crm:P46i_forms_part_of .

_:node1i84qc4nux225 rdf:rest rdf:nil .

oash:P134 core:enableNegation true;
  core:enableOptional true;
  sh:description "La datation affilié à l'usage ou la production d'un sépulture"@fr,
    "The datation affiliated on the usage or the production of the burial"@en;
  sh:name "est daté de"@fr, "is dated on"@en;
  sh:node oash:TimeSpanEvent;
  sh:path _:node1i84qc4nux227 .

_:node1i84qc4nux227 sh:alternativePath _:node1i84qc4nux228 .

_:node1i84qc4nux228 rdf:first _:node1i84qc4nux229 .

_:node1i84qc4nux229 rdf:first crm:P8i_witnessed;
  rdf:rest _:node1i84qc4nux230 .

_:node1i84qc4nux230 rdf:first crm:P4_has_time-span;
  rdf:rest rdf:nil .

_:node1i84qc4nux228 rdf:rest _:node1i84qc4nux231 .

_:node1i84qc4nux231 rdf:first _:node1i84qc4nux232 .

_:node1i84qc4nux232 rdf:first _:node1i84qc4nux233 .

_:node1i84qc4nux233 sh:inversePath crm:P8_took_place_on_or_within .

_:node1i84qc4nux232 rdf:rest _:node1i84qc4nux234 .

_:node1i84qc4nux234 rdf:first crm:P4_has_time-span;
  rdf:rest rdf:nil .

_:node1i84qc4nux231 rdf:rest rdf:nil .

oash:P135 core:enableNegation true;
  core:enableOptional true;
  dash:searchWidget core:AutocompleteProperty;
  sh:description "A document in which the burial is described, analysed or contextualised"@en,
    "Un document dans lequel une sépulture 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:P136 core:enableNegation true;
  core:enableOptional true;
  datasources:datasource oash:list_skos-preflabel_range-count;
  dash:searchWidget core:ListProperty;
  sh:description "Precise the kind of burial researched"@en, "Précise le type de sépulture 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:P137 core:enableNegation true;
  core:enableOptional true;
  dash:searchWidget core:AutocompleteProperty;
  sh:description "Precise the identifier of the burial researched"@en, "Précise l'identifiant d'une sépulture 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:P138 core:enableNegation true;
  core:enableOptional true;
  dash:searchWidget core:AutocompleteProperty;
  sh:description "Le site archéologique sur lequel d'une sépulture était présent"@fr,
    "The archaeological site on which the burial was present."@en;
  sh:name "was present on"@en, "était présent sur"@fr;
  sh:node oash:Site;
  sh:path _:node1i84qc4nux235 .

_:node1i84qc4nux235 sh:alternativePath _:node1i84qc4nux236 .

_:node1i84qc4nux236 rdf:first _:node1i84qc4nux237 .

_:node1i84qc4nux237 rdf:first crmsci:O19i_was_object_found_by;
  rdf:rest _:node1i84qc4nux238 .

_:node1i84qc4nux238 rdf:first crm:P8_took_place_on;
  rdf:rest rdf:nil .

_:node1i84qc4nux236 rdf:rest _:node1i84qc4nux239 .

_:node1i84qc4nux239 rdf:first _:node1i84qc4nux240 .

_:node1i84qc4nux240 rdf:first _:node1i84qc4nux241 .

_:node1i84qc4nux241 sh:inversePath crmsci:O19_has_found_object .

_:node1i84qc4nux240 rdf:rest _:node1i84qc4nux242 .

_:node1i84qc4nux242 rdf:first _:node1i84qc4nux243 .

_:node1i84qc4nux243 sh:inversePath crm:P8i_witnessed .

_:node1i84qc4nux242 rdf:rest rdf:nil .

_:node1i84qc4nux239 rdf:rest rdf:nil .

oash:Burial sh:property oash:P138, oash:P139, oash:P140 .

oash:P139 sh:description "Commentaires sur le sépulture"@fr, "Comments on the burial"@en;
  sh:name "note"@en, "note"@fr;
  sh:nodeKind sh:Literal;
  sh:path crm:P3_has_note .

oash:P140 core:enableNegation true;
  dash:propertyRole dash:LabelRole;
  sh:description "Le label d'une sépulture"@fr, "The label of the burial"@en;
  sh:maxCount 1;
  sh:minCount 1;
  sh:name "label"@en, "label"@fr;
  sh:nodeKind sh:Literal;
  sh:path skos:prefLabel .

oash:P142 core:enableNegation true;
  core:enableOptional true;
  dash:searchWidget core:AutocompleteProperty;
  sh:description "La fouille ou la découverte où des fait archéologiques ont éte découverts ou trouvés"@fr,
    "The excavation/discovery on which the archeological feature was excavated or found."@en;
  sh:name "a été trouvé sur"@fr, "was found on"@en;
  sh:node oash:EncounterEvent;
  sh:path _:node1i84qc4nux244 .

_:node1i84qc4nux244 sh:alternativePath _:node1i84qc4nux245 .

_:node1i84qc4nux245 rdf:first crmsci:O19i_was_object_found_by;
  rdf:rest _:node1i84qc4nux246 .

_:node1i84qc4nux246 rdf:first _:node1i84qc4nux247 .

_:node1i84qc4nux247 sh:inversePath crmsci:O19_has_found_object .

_:node1i84qc4nux246 rdf:rest rdf:nil .

oash:Feature sh:property oash:P142, oash:P143, oash:P144, oash:P145, oash:P146, oash:P147,
    oash:P148 .

oash:P143 core:enableNegation true;
  core:enableOptional true;
  dash:searchWidget core:AutocompleteProperty;
  sh:description "An archeologicall feature which is part of an archeologic entities."@en,
    "Un fait archéologique 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 _:node1i84qc4nux248 .

_:node1i84qc4nux248 sh:alternativePath _:node1i84qc4nux249 .

_:node1i84qc4nux249 rdf:first crm:P46i_forms_part_of;
  rdf:rest _:node1i84qc4nux250 .

_:node1i84qc4nux250 rdf:first _:node1i84qc4nux251 .

_:node1i84qc4nux251 sh:inversePath crm:P46_is_composed_of .

_:node1i84qc4nux250 rdf:rest rdf:nil .

oash:P144 core:enableNegation true;
  core:enableOptional true;
  dash:searchWidget core:AutocompleteProperty;
  sh:description "An archeological feature which contained stratigraphic units."@en,
    "Un fait archéologique qui est contenu dans une unité stratigraphique"@fr;
  sh:name "contained"@en, "contenait"@fr;
  sh:node oash:StratigraphicVolumeUnit;
  sh:path _:node1i84qc4nux252 .

_:node1i84qc4nux252 sh:alternativePath _:node1i84qc4nux253 .

_:node1i84qc4nux253 rdf:first crmarch:AP21_contains;
  rdf:rest _:node1i84qc4nux254 .

_:node1i84qc4nux254 rdf:first _:node1i84qc4nux255 .

_:node1i84qc4nux255 sh:inversePath crmarch:AP21i_is_contained_in .

_:node1i84qc4nux254 rdf:rest _:node1i84qc4nux256 .

_:node1i84qc4nux256 rdf:first crm:P46_is_composed_of;
  rdf:rest _:node1i84qc4nux257 .

_:node1i84qc4nux257 rdf:first _:node1i84qc4nux258 .

_:node1i84qc4nux258 sh:inversePath crm:P46i_forms_part_of .

_:node1i84qc4nux257 rdf:rest rdf:nil .

oash:P145 core:enableNegation true;
  core:enableOptional true;
  sh:description "La datation affilié à l'usage ou la production d'un fait archéologique"@fr,
    "The datation affiliated on the usage or the production of the archeological feature"@en;
  sh:name "est daté de"@fr, "is dated on"@en;
  sh:node oash:TimeSpanEvent;
  sh:path _:node1i84qc4nux259 .

_:node1i84qc4nux259 sh:alternativePath _:node1i84qc4nux260 .

_:node1i84qc4nux260 rdf:first _:node1i84qc4nux261 .

_:node1i84qc4nux261 rdf:first crm:P8i_witnessed;
  rdf:rest _:node1i84qc4nux262 .

_:node1i84qc4nux262 rdf:first crm:P4_has_time-span;
  rdf:rest rdf:nil .

_:node1i84qc4nux260 rdf:rest _:node1i84qc4nux263 .

_:node1i84qc4nux263 rdf:first _:node1i84qc4nux264 .

_:node1i84qc4nux264 rdf:first _:node1i84qc4nux265 .

_:node1i84qc4nux265 sh:inversePath crm:P8_took_place_on_or_within .

_:node1i84qc4nux264 rdf:rest _:node1i84qc4nux266 .

_:node1i84qc4nux266 rdf:first crm:P4_has_time-span;
  rdf:rest rdf:nil .

_:node1i84qc4nux263 rdf:rest rdf:nil .

oash:P146 core:enableNegation true;
  core:enableOptional true;
  dash:searchWidget core:AutocompleteProperty;
  sh:description "A document in which the archeological feature is described, analysed or contextualised"@en,
    "Un document dans lequel un fait archéologique 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:P147 core:enableNegation true;
  core:enableOptional true;
  datasources:datasource oash:list_skos-preflabel_range-count;
  dash:searchWidget core:ListProperty;
  sh:description "Precise the kind of archeological feature researched"@en, "Précise le type de fait archéologique 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:P148 core:enableNegation true;
  core:enableOptional true;
  dash:searchWidget core:AutocompleteProperty;
  sh:description "Precise the identifier of the archeological feature researched"@en,
    "Précise l'identifiant du fait archéologique 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:P149 core:enableNegation true;
  core:enableOptional true;
  dash:searchWidget core:AutocompleteProperty;
  sh:description "Le site archéologique sur lequel du fait archéologique était présent"@fr,
    "The archaeological site on which the archeological feature was present."@en;
  sh:name "was present on"@en, "était présent sur"@fr;
  sh:node oash:Site;
  sh:path _:node1i84qc4nux267 .

_:node1i84qc4nux267 sh:alternativePath _:node1i84qc4nux268 .

_:node1i84qc4nux268 rdf:first _:node1i84qc4nux269 .

_:node1i84qc4nux269 rdf:first crmsci:O19i_was_object_found_by;
  rdf:rest _:node1i84qc4nux270 .

_:node1i84qc4nux270 rdf:first crm:P8_took_place_on;
  rdf:rest rdf:nil .

_:node1i84qc4nux268 rdf:rest _:node1i84qc4nux271 .

_:node1i84qc4nux271 rdf:first _:node1i84qc4nux272 .

_:node1i84qc4nux272 rdf:first _:node1i84qc4nux273 .

_:node1i84qc4nux273 sh:inversePath crmsci:O19_has_found_object .

_:node1i84qc4nux272 rdf:rest _:node1i84qc4nux274 .

_:node1i84qc4nux274 rdf:first _:node1i84qc4nux275 .

_:node1i84qc4nux275 sh:inversePath crm:P8i_witnessed .

_:node1i84qc4nux274 rdf:rest rdf:nil .

_:node1i84qc4nux271 rdf:rest rdf:nil .

oash:Feature sh:property oash:P149, oash:P150, oash:P151 .

oash:P150 sh:description "Commentaires sur le fait archéologique"@fr, "Comments on the archeological feature"@en;
  sh:name "note"@en, "note"@fr;
  sh:nodeKind sh:Literal;
  sh:path crm:P3_has_note .

oash:P151 core:enableNegation true;
  dash:propertyRole dash:LabelRole;
  sh:description "Le label du fait archéologique"@fr, "The label of the archeological feature"@en;
  sh:maxCount 1;
  sh:minCount 1;
  sh:name "label"@en, "label"@fr;
  sh:nodeKind sh:Literal;
  sh:path skos:prefLabel .

oash:P153 core:enableNegation true;
  core:enableOptional true;
  datasources:datasource oash:list_skos-preflabel_range-count;
  dash:searchWidget core:ListProperty;
  sh:description "Le type de site archéologique découvert ou fouillé"@fr, "The type of archeological site discovered or excavated"@en;
  sh:name "a pour type"@fr, "has type"@en;
  sh:node oash:Type;
  sh:path crm:P2_has_type .

oash:Site sh:property oash:P153, oash:P154, oash:P155, oash:P156 .

oash:P154 core:enableNegation true;
  core:enableOptional true;
  dash:searchWidget core:AutocompleteProperty;
  sh:description "A document in which the archeological site is described, analysed or contextualised"@en,
    "Un document dans lequel le site archéologique est décrit, analysé et contextualisé."@fr;
  sh:name "est documenté par"@fr, "is documented in"@en;
  sh:node oash:Document;
  sh:path crm:P70i_is_documented_in .

oash:P155 core:enableNegation true;
  core:enableOptional true;
  sh:description "Les fouilles ou les découvertes ayant été réalisé sur le site archéologique."@fr,
    "The excavations or discoveries made on the archeological site."@en;
  sh:name "a été fouillé ou découvert durant"@fr, "has been discovered/excavated during"@en;
  sh:node oash:EncounterEvent;
  sh:path _:node1i84qc4nux276 .

_:node1i84qc4nux276 sh:alternativePath _:node1i84qc4nux277 .

_:node1i84qc4nux277 rdf:first crm:P8i_witnessed;
  rdf:rest _:node1i84qc4nux278 .

_:node1i84qc4nux278 rdf:first _:node1i84qc4nux279 .

_:node1i84qc4nux279 sh:inversePath crm:P8_took_place_on_or_within .

_:node1i84qc4nux278 rdf:rest rdf:nil .

oash:P156 core:enableNegation true;
  core:enableOptional true;
  datasources:datasource oash:list_skos-preflabel_range-count;
  dash:searchWidget core:ListProperty;
  sh:description "A person who excavated or discovered the archeological site"@en, "Une personne qui ont fouillé ou découvert un site archéologique"@fr;
  sh:name "a été fouillé ou découvert par"@fr, "has been discovered excavated by"@en;
  sh:node oash:Person;
  sh:path _:node1i84qc4nux280 .

_:node1i84qc4nux280 sh:alternativePath _:node1i84qc4nux281 .

_:node1i84qc4nux281 rdf:first _:node1i84qc4nux282 .

_:node1i84qc4nux282 rdf:first crm:P8i_witnessed;
  rdf:rest _:node1i84qc4nux283 .

_:node1i84qc4nux283 rdf:first crm:P14_carried_out_by;
  rdf:rest rdf:nil .

_:node1i84qc4nux281 rdf:rest _:node1i84qc4nux284 .

_:node1i84qc4nux284 rdf:first _:node1i84qc4nux285 .

_:node1i84qc4nux285 rdf:first crm:P8i_witnessed;
  rdf:rest _:node1i84qc4nux286 .

_:node1i84qc4nux286 rdf:first _:node1i84qc4nux287 .

_:node1i84qc4nux287 sh:inversePath crm:P14i_performed .

_:node1i84qc4nux286 rdf:rest rdf:nil .

_:node1i84qc4nux284 rdf:rest _:node1i84qc4nux288 .

_:node1i84qc4nux288 rdf:first _:node1i84qc4nux289 .

_:node1i84qc4nux289 rdf:first _:node1i84qc4nux290 .

_:node1i84qc4nux290 sh:inversePath crm:P8_took_place_on_or_within .

_:node1i84qc4nux289 rdf:rest _:node1i84qc4nux291 .

_:node1i84qc4nux291 rdf:first crm:P14_carried_out_by;
  rdf:rest rdf:nil .

_:node1i84qc4nux288 rdf:rest _:node1i84qc4nux292 .

_:node1i84qc4nux292 rdf:first _:node1i84qc4nux293 .

_:node1i84qc4nux293 rdf:first _:node1i84qc4nux294 .

_:node1i84qc4nux294 sh:inversePath crm:P8_took_place_on_or_within .

_:node1i84qc4nux293 rdf:rest _:node1i84qc4nux295 .

_:node1i84qc4nux295 rdf:first _:node1i84qc4nux296 .

_:node1i84qc4nux296 sh:inversePath crm:P14i_performed .

_:node1i84qc4nux295 rdf:rest rdf:nil .

_:node1i84qc4nux292 rdf:rest rdf:nil .

oash:P157 sh:path _:node1i84qc4nux297 .

_:node1i84qc4nux297 sh:alternativePath _:node1i84qc4nux298 .

_:node1i84qc4nux298 rdf:first _:node1i84qc4nux299 .

_:node1i84qc4nux299 rdf:first crm:P8i_witnessed;
  rdf:rest _:node1i84qc4nux300 .

_:node1i84qc4nux300 rdf:first crm:P14_carried_out_by;
  rdf:rest rdf:nil .

_:node1i84qc4nux298 rdf:rest _:node1i84qc4nux301 .

_:node1i84qc4nux301 rdf:first _:node1i84qc4nux302 .

_:node1i84qc4nux302 rdf:first crm:P8i_witnessed;
  rdf:rest _:node1i84qc4nux303 .

_:node1i84qc4nux303 rdf:first _:node1i84qc4nux304 .

_:node1i84qc4nux304 sh:inversePath crm:P14i_performed .

_:node1i84qc4nux303 rdf:rest rdf:nil .

_:node1i84qc4nux301 rdf:rest _:node1i84qc4nux305 .

_:node1i84qc4nux305 rdf:first _:node1i84qc4nux306 .

_:node1i84qc4nux306 rdf:first _:node1i84qc4nux307 .

_:node1i84qc4nux307 sh:inversePath crm:P8_took_place_on_or_within .

_:node1i84qc4nux306 rdf:rest _:node1i84qc4nux308 .

_:node1i84qc4nux308 rdf:first crm:P14_carried_out_by;
  rdf:rest rdf:nil .

_:node1i84qc4nux305 rdf:rest _:node1i84qc4nux309 .

_:node1i84qc4nux309 rdf:first _:node1i84qc4nux310 .

_:node1i84qc4nux310 rdf:first _:node1i84qc4nux311 .

_:node1i84qc4nux311 sh:inversePath crm:P8_took_place_on_or_within .

_:node1i84qc4nux310 rdf:rest _:node1i84qc4nux312 .

_:node1i84qc4nux312 rdf:first _:node1i84qc4nux313 .

_:node1i84qc4nux313 sh:inversePath crm:P14i_performed .

_:node1i84qc4nux312 rdf:rest rdf:nil .

_:node1i84qc4nux309 rdf:rest _:node1i84qc4nux314 .

_:node1i84qc4nux314 rdf:first _:node1i84qc4nux315 .

_:node1i84qc4nux315 rdf:first crm:P8i_witnessed;
  rdf:rest _:node1i84qc4nux316 .

_:node1i84qc4nux316 rdf:first crm:P14_carried_out_by;
  rdf:rest _:node1i84qc4nux317 .

_:node1i84qc4nux317 rdf:first crm:P107i_is_current_or_former_member_of;
  rdf:rest rdf:nil .

_:node1i84qc4nux314 rdf:rest _:node1i84qc4nux318 .

_:node1i84qc4nux318 rdf:first _:node1i84qc4nux319 .

_:node1i84qc4nux319 rdf:first crm:P8i_witnessed;
  rdf:rest _:node1i84qc4nux320 .

_:node1i84qc4nux320 rdf:first crm:P14_carried_out_by;
  rdf:rest _:node1i84qc4nux321 .

_:node1i84qc4nux321 rdf:first _:node1i84qc4nux322 .

_:node1i84qc4nux322 sh:inversePath crm:P107_has_current_or_former_member .

_:node1i84qc4nux321 rdf:rest rdf:nil .

_:node1i84qc4nux318 rdf:rest _:node1i84qc4nux323 .

_:node1i84qc4nux323 rdf:first _:node1i84qc4nux324 .

_:node1i84qc4nux324 rdf:first crm:P8i_witnessed;
  rdf:rest _:node1i84qc4nux325 .

_:node1i84qc4nux325 rdf:first _:node1i84qc4nux326 .

_:node1i84qc4nux326 sh:inversePath crm:P14i_performed .

_:node1i84qc4nux325 rdf:rest _:node1i84qc4nux327 .

_:node1i84qc4nux327 rdf:first crm:P107i_is_current_or_former_member_of;
  rdf:rest rdf:nil .

_:node1i84qc4nux323 rdf:rest _:node1i84qc4nux328 .

_:node1i84qc4nux328 rdf:first _:node1i84qc4nux329 .

_:node1i84qc4nux329 rdf:first crm:P8i_witnessed;
  rdf:rest _:node1i84qc4nux330 .

_:node1i84qc4nux330 rdf:first _:node1i84qc4nux331 .

_:node1i84qc4nux331 sh:inversePath crm:P14i_performed .

_:node1i84qc4nux330 rdf:rest _:node1i84qc4nux332 .

_:node1i84qc4nux332 rdf:first _:node1i84qc4nux333 .

_:node1i84qc4nux333 sh:inversePath crm:P107_has_current_or_former_member .

_:node1i84qc4nux332 rdf:rest rdf:nil .

_:node1i84qc4nux328 rdf:rest _:node1i84qc4nux334 .

_:node1i84qc4nux334 rdf:first _:node1i84qc4nux335 .

_:node1i84qc4nux335 rdf:first _:node1i84qc4nux336 .

_:node1i84qc4nux336 sh:inversePath crm:P8_took_place_on_or_within .

_:node1i84qc4nux335 rdf:rest _:node1i84qc4nux337 .

_:node1i84qc4nux337 rdf:first crm:P14_carried_out_by;
  rdf:rest _:node1i84qc4nux338 .

_:node1i84qc4nux338 rdf:first crm:P107i_is_current_or_former_member_of;
  rdf:rest rdf:nil .

_:node1i84qc4nux334 rdf:rest _:node1i84qc4nux339 .

_:node1i84qc4nux339 rdf:first _:node1i84qc4nux340 .

_:node1i84qc4nux340 rdf:first _:node1i84qc4nux341 .

_:node1i84qc4nux341 sh:inversePath crm:P8_took_place_on_or_within .

_:node1i84qc4nux340 rdf:rest _:node1i84qc4nux342 .

_:node1i84qc4nux342 rdf:first crm:P14_carried_out_by;
  rdf:rest _:node1i84qc4nux343 .

_:node1i84qc4nux343 rdf:first _:node1i84qc4nux344 .

_:node1i84qc4nux344 sh:inversePath crm:P107_has_current_or_former_member .

_:node1i84qc4nux343 rdf:rest rdf:nil .

_:node1i84qc4nux339 rdf:rest _:node1i84qc4nux345 .

_:node1i84qc4nux345 rdf:first _:node1i84qc4nux346 .

_:node1i84qc4nux346 rdf:first _:node1i84qc4nux347 .

_:node1i84qc4nux347 sh:inversePath crm:P8_took_place_on_or_within .

_:node1i84qc4nux346 rdf:rest _:node1i84qc4nux348 .

_:node1i84qc4nux348 rdf:first _:node1i84qc4nux349 .

_:node1i84qc4nux349 sh:inversePath crm:P14i_performed .

_:node1i84qc4nux348 rdf:rest _:node1i84qc4nux350 .

_:node1i84qc4nux350 rdf:first crm:P107i_is_current_or_former_member_of;
  rdf:rest rdf:nil .

_:node1i84qc4nux345 rdf:rest _:node1i84qc4nux351 .

_:node1i84qc4nux351 rdf:first _:node1i84qc4nux352 .

_:node1i84qc4nux352 rdf:first _:node1i84qc4nux353 .

_:node1i84qc4nux353 sh:inversePath crm:P8_took_place_on_or_within .

_:node1i84qc4nux352 rdf:rest _:node1i84qc4nux354 .

_:node1i84qc4nux354 rdf:first _:node1i84qc4nux355 .

_:node1i84qc4nux355 sh:inversePath crm:P14i_performed .

_:node1i84qc4nux354 rdf:rest _:node1i84qc4nux356 .

_:node1i84qc4nux356 rdf:first _:node1i84qc4nux357 .

_:node1i84qc4nux357 sh:inversePath crm:P107_has_current_or_former_member .

_:node1i84qc4nux356 rdf:rest rdf:nil .

_:node1i84qc4nux351 rdf:rest rdf:nil .

oash:P157 core:enableNegation true;
  core:enableOptional true;
  datasources:datasource oash:list_skos-preflabel_range-count;
  dash:searchWidget core:ListProperty;
  sh:description "A group who excavated or discovered the archeological site"@en, "Un groupe qui ont fouillé ou découvert un site archéologique"@fr;
  sh:name "a été fouillé ou découvert par"@fr, "has been discovered excavated by"@en;
  sh:node oash:Group .

oash:Site sh:property oash:P157, oash:P158, oash:P159, oash:P160, oash:P161, oash:P162,
    oash:P163 .

oash:P158 sh:description "Les commentaires faits sur le site archéologique"@fr, "The comments made on the archeological site"@en;
  sh:name "note"@en, "note"@fr;
  sh:nodeKind sh:Literal;
  sh:path crm:P3_has_note .

oash:P159 core:enableNegation true;
  dash:propertyRole dash:LabelRole;
  sh:description "Le label donné par le site archéologique"@fr, "The label given to the archeological site"@en;
  sh:maxCount 1;
  sh:minCount 1;
  sh:name "a pour nom"@fr, "has as name"@en;
  sh:nodeKind sh:Literal;
  sh:path skos:prefLabel .

oash:P160 core:enableNegation true;
  core:enableOptional true;
  sh:description "L'identifiant donné à un site archéologique"@fr, "The identifier given to the archeological site"@en;
  sh:name "a pour identifiant"@fr, "has as identifier"@en;
  sh:node oash:PreferredIdentifier;
  sh:path crm:P48_has_preferred_identifier .

oash:P161 core:enableNegation true;
  core:enableOptional true;
  datasources:datasource oash:place_autocomplete;
  dash:searchWidget core:AutocompleteProperty;
  sh:name "est localisé à"@fr, "is located at"@en;
  sh:node oash:Place;
  sh:path _:node1i84qc4nux358 .

_:node1i84qc4nux358 sh:alternativePath _:node1i84qc4nux359 .

_:node1i84qc4nux359 rdf:first _:node1i84qc4nux360 .

_:node1i84qc4nux360 rdf:first crm:P8i_witnessed;
  rdf:rest _:node1i84qc4nux361 .

_:node1i84qc4nux361 rdf:first crm:P7_took_place_at;
  rdf:rest rdf:nil .

_:node1i84qc4nux359 rdf:rest _:node1i84qc4nux362 .

_:node1i84qc4nux362 rdf:first _:node1i84qc4nux363 .

_:node1i84qc4nux363 rdf:first _:node1i84qc4nux364 .

_:node1i84qc4nux364 sh:inversePath crm:P8_took_place_on_or_within .

_:node1i84qc4nux363 rdf:rest _:node1i84qc4nux365 .

_:node1i84qc4nux365 rdf:first crm:P7_took_place_at;
  rdf:rest rdf:nil .

_:node1i84qc4nux362 rdf:rest rdf:nil .

oash:P162 core:enableNegation true;
  core:enableOptional true;
  dash:searchWidget core:MapProperty;
  sh:name "est positionné dans"@fr, "is positionned at"@en;
  sh:node oash:Position;
  sh:path _:node1i84qc4nux366 .

_:node1i84qc4nux366 rdf:first crm:P8i_witnessed;
  rdf:rest _:node1i84qc4nux367 .

_:node1i84qc4nux367 rdf:first crm:P7_took_place_at;
  rdf:rest _:node1i84qc4nux368 .

_:node1i84qc4nux368 rdf:first crm:P171_at_some_place_within;
  rdf:rest _:node1i84qc4nux369 .

_:node1i84qc4nux369 rdf:first geo:asWKT;
  rdf:rest rdf:nil .

oash:P163 core:enableNegation true;
  core:enableOptional true;
  dash:searchWidget core:AutocompleteProperty;
  sh:description "A various entities were present on the archaelogical site when he was discovered or excavated."@en,
    "Une variété d'entité était présent sur le site archéologique lorsqu'il a été découvert ou fouillé."@fr;
  sh:name "a contenu"@fr, "has contained"@en;
  sh:node oash:StratigraphicVolumeUnit;
  sh:path _:node1i84qc4nux370 .

_:node1i84qc4nux370 sh:alternativePath _:node1i84qc4nux371 .

_:node1i84qc4nux371 rdf:first _:node1i84qc4nux372 .

_:node1i84qc4nux372 rdf:first crm:P8i_witnessed;
  rdf:rest _:node1i84qc4nux373 .

_:node1i84qc4nux373 rdf:first crmsci:O19_has_found_object;
  rdf:rest rdf:nil .

_:node1i84qc4nux371 rdf:rest _:node1i84qc4nux374 .

_:node1i84qc4nux374 rdf:first _:node1i84qc4nux375 .

_:node1i84qc4nux375 rdf:first _:node1i84qc4nux376 .

_:node1i84qc4nux376 sh:inversePath crmsci:O19_has_found_object .

_:node1i84qc4nux375 rdf:rest _:node1i84qc4nux377 .

_:node1i84qc4nux377 rdf:first _:node1i84qc4nux378 .

_:node1i84qc4nux378 sh:inversePath crm:P8i_witnessed .

_:node1i84qc4nux377 rdf:rest rdf:nil .

_:node1i84qc4nux374 rdf:rest rdf:nil .

oash:P164 core:enableNegation true;
  core:enableOptional true;
  dash:searchWidget core:AutocompleteProperty;
  sh:description "A various entities were present on the archaelogical site when he was discovered or excavated."@en,
    "Une variété d'entité était présent sur le site archéologique lorsqu'il a été découvert ou fouillé."@fr;
  sh:name "a contenu"@fr, "has contained"@en;
  sh:node oash:HumanMadeObject;
  sh:path _:node1i84qc4nux379 .

_:node1i84qc4nux379 sh:alternativePath _:node1i84qc4nux380 .

_:node1i84qc4nux380 rdf:first _:node1i84qc4nux381 .

_:node1i84qc4nux381 rdf:first crm:P8i_witnessed;
  rdf:rest _:node1i84qc4nux382 .

_:node1i84qc4nux382 rdf:first crmsci:O19_has_found_object;
  rdf:rest rdf:nil .

_:node1i84qc4nux380 rdf:rest _:node1i84qc4nux383 .

_:node1i84qc4nux383 rdf:first _:node1i84qc4nux384 .

_:node1i84qc4nux384 rdf:first _:node1i84qc4nux385 .

_:node1i84qc4nux385 sh:inversePath crmsci:O19_has_found_object .

_:node1i84qc4nux384 rdf:rest _:node1i84qc4nux386 .

_:node1i84qc4nux386 rdf:first _:node1i84qc4nux387 .

_:node1i84qc4nux387 sh:inversePath crm:P8i_witnessed .

_:node1i84qc4nux386 rdf:rest rdf:nil .

_:node1i84qc4nux383 rdf:rest rdf:nil .

oash:Site sh:property oash:P164, oash:P165, oash:P166, oash:P167, oash:P168 .

oash:P165 core:enableNegation true;
  core:enableOptional true;
  dash:searchWidget core:AutocompleteProperty;
  sh:description "A various entities were present on the archaelogical site when he was discovered or excavated."@en,
    "Une variété d'entité était présent sur le site archéologique lorsqu'il a été découvert ou fouillé."@fr;
  sh:name "a contenu"@fr, "has contained"@en;
  sh:node oash:BuiltWork;
  sh:path _:node1i84qc4nux388 .

_:node1i84qc4nux388 sh:alternativePath _:node1i84qc4nux389 .

_:node1i84qc4nux389 rdf:first _:node1i84qc4nux390 .

_:node1i84qc4nux390 rdf:first crm:P8i_witnessed;
  rdf:rest _:node1i84qc4nux391 .

_:node1i84qc4nux391 rdf:first crmsci:O19_has_found_object;
  rdf:rest rdf:nil .

_:node1i84qc4nux389 rdf:rest _:node1i84qc4nux392 .

_:node1i84qc4nux392 rdf:first _:node1i84qc4nux393 .

_:node1i84qc4nux393 rdf:first _:node1i84qc4nux394 .

_:node1i84qc4nux394 sh:inversePath crmsci:O19_has_found_object .

_:node1i84qc4nux393 rdf:rest _:node1i84qc4nux395 .

_:node1i84qc4nux395 rdf:first _:node1i84qc4nux396 .

_:node1i84qc4nux396 sh:inversePath crm:P8i_witnessed .

_:node1i84qc4nux395 rdf:rest rdf:nil .

_:node1i84qc4nux392 rdf:rest rdf:nil .

oash:P166 core:enableNegation true;
  core:enableOptional true;
  dash:searchWidget core:AutocompleteProperty;
  sh:description "A various entities were present on the archaelogical site when he was discovered or excavated."@en,
    "Une variété d'entité était présent sur le site archéologique lorsqu'il a été découvert ou fouillé."@fr;
  sh:name "a contenu"@fr, "has contained"@en;
  sh:node oash:Burial;
  sh:path _:node1i84qc4nux397 .

_:node1i84qc4nux397 sh:alternativePath _:node1i84qc4nux398 .

_:node1i84qc4nux398 rdf:first _:node1i84qc4nux399 .

_:node1i84qc4nux399 rdf:first crm:P8i_witnessed;
  rdf:rest _:node1i84qc4nux400 .

_:node1i84qc4nux400 rdf:first crmsci:O19_has_found_object;
  rdf:rest rdf:nil .

_:node1i84qc4nux398 rdf:rest _:node1i84qc4nux401 .

_:node1i84qc4nux401 rdf:first _:node1i84qc4nux402 .

_:node1i84qc4nux402 rdf:first _:node1i84qc4nux403 .

_:node1i84qc4nux403 sh:inversePath crmsci:O19_has_found_object .

_:node1i84qc4nux402 rdf:rest _:node1i84qc4nux404 .

_:node1i84qc4nux404 rdf:first _:node1i84qc4nux405 .

_:node1i84qc4nux405 sh:inversePath crm:P8i_witnessed .

_:node1i84qc4nux404 rdf:rest rdf:nil .

_:node1i84qc4nux401 rdf:rest rdf:nil .

oash:P167 core:enableNegation true;
  core:enableOptional true;
  dash:searchWidget core:AutocompleteProperty;
  sh:description "A various entities were present on the archaelogical site when he was discovered or excavated."@en,
    "Une variété d'entité était présent sur le site archéologique lorsqu'il a été découvert ou fouillé."@fr;
  sh:name "a contenu"@fr, "has contained"@en;
  sh:node oash:Wall;
  sh:path _:node1i84qc4nux406 .

_:node1i84qc4nux406 sh:alternativePath _:node1i84qc4nux407 .

_:node1i84qc4nux407 rdf:first _:node1i84qc4nux408 .

_:node1i84qc4nux408 rdf:first crm:P8i_witnessed;
  rdf:rest _:node1i84qc4nux409 .

_:node1i84qc4nux409 rdf:first crmsci:O19_has_found_object;
  rdf:rest rdf:nil .

_:node1i84qc4nux407 rdf:rest _:node1i84qc4nux410 .

_:node1i84qc4nux410 rdf:first _:node1i84qc4nux411 .

_:node1i84qc4nux411 rdf:first _:node1i84qc4nux412 .

_:node1i84qc4nux412 sh:inversePath crmsci:O19_has_found_object .

_:node1i84qc4nux411 rdf:rest _:node1i84qc4nux413 .

_:node1i84qc4nux413 rdf:first _:node1i84qc4nux414 .

_:node1i84qc4nux414 sh:inversePath crm:P8i_witnessed .

_:node1i84qc4nux413 rdf:rest rdf:nil .

_:node1i84qc4nux410 rdf:rest rdf:nil .

oash:P168 core:enableNegation true;
  core:enableOptional true;
  dash:searchWidget core:AutocompleteProperty;
  sh:description "A various entities were present on the archaelogical site when he was discovered or excavated."@en,
    "Une variété d'entité était présent sur le site archéologique lorsqu'il a été découvert ou fouillé."@fr;
  sh:name "a contenu"@fr, "has contained"@en;
  sh:node oash:Feature;
  sh:path _:node1i84qc4nux415 .

_:node1i84qc4nux415 sh:alternativePath _:node1i84qc4nux416 .

_:node1i84qc4nux416 rdf:first _:node1i84qc4nux417 .

_:node1i84qc4nux417 rdf:first crm:P8i_witnessed;
  rdf:rest _:node1i84qc4nux418 .

_:node1i84qc4nux418 rdf:first crmsci:O19_has_found_object;
  rdf:rest rdf:nil .

_:node1i84qc4nux416 rdf:rest _:node1i84qc4nux419 .

_:node1i84qc4nux419 rdf:first _:node1i84qc4nux420 .

_:node1i84qc4nux420 rdf:first _:node1i84qc4nux421 .

_:node1i84qc4nux421 sh:inversePath crmsci:O19_has_found_object .

_:node1i84qc4nux420 rdf:rest _:node1i84qc4nux422 .

_:node1i84qc4nux422 rdf:first _:node1i84qc4nux423 .

_:node1i84qc4nux423 sh:inversePath crm:P8i_witnessed .

_:node1i84qc4nux422 rdf:rest rdf:nil .

_:node1i84qc4nux419 rdf:rest rdf:nil .

oash:P170 core:enableNegation true;
  core:enableOptional true;
  dash:searchWidget core:AutocompleteProperty;
  sh:description "Entities found during an excavation or during a discovery."@en, "Entité(s) trouvée(s) lors d'une fouille ou une découverte."@fr;
  sh:name "a trouvé"@fr, "has found"@en;
  sh:node oash:StratigraphicVolumeUnit;
  sh:path _:node1i84qc4nux424 .

_:node1i84qc4nux424 sh:alternativePath _:node1i84qc4nux425 .

_:node1i84qc4nux425 rdf:first crmsci:O19_has_found_object;
  rdf:rest _:node1i84qc4nux426 .

_:node1i84qc4nux426 rdf:first _:node1i84qc4nux427 .

_:node1i84qc4nux427 sh:inversePath crmsci:O19i_was_object_found_by .

_:node1i84qc4nux426 rdf:rest rdf:nil .

oash:EncounterEvent sh:property oash:P170, oash:P171, oash:P172, oash:P173, oash:P174,
    oash:P175, oash:P176, oash:P177, oash:P178 .

oash:P171 core:enableNegation true;
  core:enableOptional true;
  dash:searchWidget core:AutocompleteProperty;
  sh:description "Entities found during an excavation or during a discovery."@en, "Entité(s) trouvée(s) lors d'une fouille ou une découverte."@fr;
  sh:name "a trouvé"@fr, "has found"@en;
  sh:node oash:HumanMadeObject;
  sh:path _:node1i84qc4nux428 .

_:node1i84qc4nux428 sh:alternativePath _:node1i84qc4nux429 .

_:node1i84qc4nux429 rdf:first crmsci:O19_has_found_object;
  rdf:rest _:node1i84qc4nux430 .

_:node1i84qc4nux430 rdf:first _:node1i84qc4nux431 .

_:node1i84qc4nux431 sh:inversePath crmsci:O19i_was_object_found_by .

_:node1i84qc4nux430 rdf:rest rdf:nil .

oash:P172 core:enableNegation true;
  core:enableOptional true;
  dash:searchWidget core:AutocompleteProperty;
  sh:description "Entities found during an excavation or during a discovery."@en, "Entité(s) trouvée(s) lors d'une fouille ou une découverte."@fr;
  sh:name "a trouvé"@fr, "has found"@en;
  sh:node oash:BuiltWork;
  sh:path _:node1i84qc4nux432 .

_:node1i84qc4nux432 sh:alternativePath _:node1i84qc4nux433 .

_:node1i84qc4nux433 rdf:first crmsci:O19_has_found_object;
  rdf:rest _:node1i84qc4nux434 .

_:node1i84qc4nux434 rdf:first _:node1i84qc4nux435 .

_:node1i84qc4nux435 sh:inversePath crmsci:O19i_was_object_found_by .

_:node1i84qc4nux434 rdf:rest rdf:nil .

oash:P173 core:enableNegation true;
  core:enableOptional true;
  dash:searchWidget core:AutocompleteProperty;
  sh:description "Entities found during an excavation or during a discovery."@en, "Entité(s) trouvée(s) lors d'une fouille ou une découverte."@fr;
  sh:name "a trouvé"@fr, "has found"@en;
  sh:node oash:Burial;
  sh:path _:node1i84qc4nux436 .

_:node1i84qc4nux436 sh:alternativePath _:node1i84qc4nux437 .

_:node1i84qc4nux437 rdf:first crmsci:O19_has_found_object;
  rdf:rest _:node1i84qc4nux438 .

_:node1i84qc4nux438 rdf:first _:node1i84qc4nux439 .

_:node1i84qc4nux439 sh:inversePath crmsci:O19i_was_object_found_by .

_:node1i84qc4nux438 rdf:rest rdf:nil .

oash:P174 core:enableNegation true;
  core:enableOptional true;
  dash:searchWidget core:AutocompleteProperty;
  sh:description "Entities found during an excavation or during a discovery."@en, "Entité(s) trouvée(s) lors d'une fouille ou une découverte."@fr;
  sh:name "a trouvé"@fr, "has found"@en;
  sh:node oash:Wall;
  sh:path _:node1i84qc4nux440 .

_:node1i84qc4nux440 sh:alternativePath _:node1i84qc4nux441 .

_:node1i84qc4nux441 rdf:first crmsci:O19_has_found_object;
  rdf:rest _:node1i84qc4nux442 .

_:node1i84qc4nux442 rdf:first _:node1i84qc4nux443 .

_:node1i84qc4nux443 sh:inversePath crmsci:O19i_was_object_found_by .

_:node1i84qc4nux442 rdf:rest rdf:nil .

oash:P175 core:enableNegation true;
  core:enableOptional true;
  dash:searchWidget core:AutocompleteProperty;
  sh:description "Entities found during an excavation or during a discovery."@en, "Entité(s) trouvée(s) lors d'une fouille ou une découverte."@fr;
  sh:name "a trouvé"@fr, "has found"@en;
  sh:node oash:Feature;
  sh:path _:node1i84qc4nux444 .

_:node1i84qc4nux444 sh:alternativePath _:node1i84qc4nux445 .

_:node1i84qc4nux445 rdf:first crmsci:O19_has_found_object;
  rdf:rest _:node1i84qc4nux446 .

_:node1i84qc4nux446 rdf:first _:node1i84qc4nux447 .

_:node1i84qc4nux447 sh:inversePath crmsci:O19i_was_object_found_by .

_:node1i84qc4nux446 rdf:rest rdf:nil .

oash:P176 core:enableNegation true;
  dash:propertyRole dash:LabelRole;
  sh:description "Name given to a dicovery or an excavation"@en, "Nom donné à une découverte ou une fouille"@fr;
  sh:name "label"@en, "label"@fr;
  sh:nodeKind sh:Literal;
  sh:path skos:prefLabel .

oash:P177 core:enableNegation true;
  core:enableOptional true;
  datasources:datasource oash:list_skos-preflabel_range-count;
  dash:searchWidget core:ListProperty;
  sh:description "Type or method which defined the discovery or the excavation"@en,
    "Type ou méthode associé à des découvertes ou des fouilles"@fr;
  sh:name "est défini comme"@fr, "is defined as"@en;
  sh:node oash:Type;
  sh:path crm:P2_has_type .

oash:P178 core:enableNegation true;
  core:enableOptional true;
  dash:searchWidget core:AutocompleteProperty;
  sh:description "Acteur qui a mené une fouille ou une découverte"@fr, "Actor who leads the discovery or the excavation"@en;
  sh:name "lead by"@en, "menée par"@fr;
  sh:node oash:Person;
  sh:path crm:P14_carried_out_by .

oash:P179 core:enableNegation true;
  core:enableOptional true;
  datasources:datasource oash:place_autocomplete;
  dash:searchWidget core:AutocompleteProperty;
  sh:description "Lieu sur lequel la découverte ou la fouille a eu lieue"@fr, "Place where the discovery or the excavation took place"@en;
  sh:maxCount 1;
  sh:minCount 1;
  sh:name "a eu lieu à"@fr, "took place at"@en;
  sh:node oash:Place;
  sh:path crm:P7_took_place_at .

oash:EncounterEvent sh:property oash:P179, oash:P180, oash:P181 .

oash:P180 core:enableNegation true;
  core:enableOptional true;
  dash:searchWidget core:ListProperty;
  sh:description "Le site qui a été découvert ou fouillé"@fr, "Site which has been discovered or excavated"@en;
  sh:name "a fouillé/découvert"@fr, "has excavated/discovered"@en;
  sh:node oash:Site;
  sh:path crm:P8_took_place_on_or_within .

oash:P181 core:enableNegation true;
  core:enableOptional true;
  dash:searchWidget core:AutocompleteProperty;
  sh:description "Documentat describing the discovery or the excavation"@en, "Documentation décrivant des fouilles ou découvertes"@fr;
  sh:name "est documenté dans"@fr, "is documented in"@en;
  sh:node oash:Document;
  sh:path crm:P70i_is_documented_in .

oash:P183 core:enableNegation true;
  dash:propertyRole dash:LabelRole;
  sh:description "Le nom d'une personne"@fr, "The name of a person"@en;
  sh:maxCount 1;
  sh:minCount 1;
  sh:name "name"@en, "nom"@fr;
  sh:nodeKind sh:Literal;
  sh:path skos:prefLabel .

oash:Person sh:property oash:P183, oash:P184, oash:P185, oash:P186, oash:P187 .

oash:P184 core:enableNegation true;
  core:enableOptional true;
  dash:searchWidget core:AutocompleteProperty;
  sh:description "A document created by a person"@en, "Un document créé par une personne"@fr;
  sh:name "a créé"@fr, "has created"@en;
  sh:node oash:Document;
  sh:path _:node1i84qc4nux448 .

_:node1i84qc4nux448 sh:alternativePath _:node1i84qc4nux449 .

_:node1i84qc4nux449 rdf:first _:node1i84qc4nux450 .

_:node1i84qc4nux450 rdf:first crm:P14i_performed;
  rdf:rest _:node1i84qc4nux451 .

_:node1i84qc4nux451 rdf:first crm:P94_has_created;
  rdf:rest rdf:nil .

_:node1i84qc4nux449 rdf:rest _:node1i84qc4nux452 .

_:node1i84qc4nux452 rdf:first _:node1i84qc4nux453 .

_:node1i84qc4nux453 rdf:first crm:P14i_performed;
  rdf:rest _:node1i84qc4nux454 .

_:node1i84qc4nux454 rdf:first _:node1i84qc4nux455 .

_:node1i84qc4nux455 sh:inversePath crm:P94i_was_created_by .

_:node1i84qc4nux454 rdf:rest rdf:nil .

_:node1i84qc4nux452 rdf:rest _:node1i84qc4nux456 .

_:node1i84qc4nux456 rdf:first _:node1i84qc4nux457 .

_:node1i84qc4nux457 rdf:first _:node1i84qc4nux458 .

_:node1i84qc4nux458 sh:inversePath crm:P14_carried_out_by .

_:node1i84qc4nux457 rdf:rest _:node1i84qc4nux459 .

_:node1i84qc4nux459 rdf:first crm:P94_has_created;
  rdf:rest rdf:nil .

_:node1i84qc4nux456 rdf:rest _:node1i84qc4nux460 .

_:node1i84qc4nux460 rdf:first _:node1i84qc4nux461 .

_:node1i84qc4nux461 rdf:first _:node1i84qc4nux462 .

_:node1i84qc4nux462 sh:inversePath crm:P14_carried_out_by .

_:node1i84qc4nux461 rdf:rest _:node1i84qc4nux463 .

_:node1i84qc4nux463 rdf:first _:node1i84qc4nux464 .

_:node1i84qc4nux464 sh:inversePath crm:P94i_was_created_by .

_:node1i84qc4nux463 rdf:rest rdf:nil .

_:node1i84qc4nux460 rdf:rest rdf:nil .

oash:P185 core:enableNegation true;
  core:enableOptional true;
  datasources:datasource oash:list_skos-preflabel_range-count;
  dash:searchWidget core:ListProperty;
  sh:description "A site on which the person has carried an excavation on"@en, "Un site sur lequel la personne a méné une fouille"@fr;
  sh:name "a mené une fouille sur"@fr, "has carried excavation on"@en;
  sh:node oash:Site;
  sh:path _:node1i84qc4nux465 .

_:node1i84qc4nux465 sh:alternativePath _:node1i84qc4nux466 .

_:node1i84qc4nux466 rdf:first _:node1i84qc4nux467 .

_:node1i84qc4nux467 rdf:first crm:P14i_performed;
  rdf:rest _:node1i84qc4nux468 .

_:node1i84qc4nux468 rdf:first _:node1i84qc4nux469 .

_:node1i84qc4nux469 sh:alternativePath _:node1i84qc4nux470 .

_:node1i84qc4nux470 rdf:first crm:P8_took_place_on_or_within;
  rdf:rest _:node1i84qc4nux471 .

_:node1i84qc4nux471 rdf:first _:node1i84qc4nux472 .

_:node1i84qc4nux472 sh:inversePath crm:P8i_witnessed .

_:node1i84qc4nux471 rdf:rest rdf:nil .

_:node1i84qc4nux468 rdf:rest rdf:nil .

_:node1i84qc4nux466 rdf:rest _:node1i84qc4nux473 .

_:node1i84qc4nux473 rdf:first _:node1i84qc4nux474 .

_:node1i84qc4nux474 rdf:first _:node1i84qc4nux475 .

_:node1i84qc4nux475 sh:inversePath crm:P14_carried_out_by .

_:node1i84qc4nux474 rdf:rest _:node1i84qc4nux476 .

_:node1i84qc4nux476 rdf:first _:node1i84qc4nux477 .

_:node1i84qc4nux477 sh:alternativePath _:node1i84qc4nux478 .

_:node1i84qc4nux478 rdf:first crm:P8_took_place_on_or_within;
  rdf:rest _:node1i84qc4nux479 .

_:node1i84qc4nux479 rdf:first _:node1i84qc4nux480 .

_:node1i84qc4nux480 sh:inversePath crm:P8i_witnessed .

_:node1i84qc4nux479 rdf:rest rdf:nil .

_:node1i84qc4nux476 rdf:rest rdf:nil .

_:node1i84qc4nux473 rdf:rest rdf:nil .

oash:P186 core:enableNegation true;
  core:enableOptional true;
  datasources:datasource oash:list_skos-preflabel_range-count;
  dash:searchWidget core:ListProperty;
  sh:description "La fouille/découverte mené par une personne"@fr, "The excavation/discovery carried out by a person."@en;
  sh:name "a mené"@fr, "has carried"@en;
  sh:node oash:EncounterEvent;
  sh:path _:node1i84qc4nux481 .

_:node1i84qc4nux481 sh:alternativePath _:node1i84qc4nux482 .

_:node1i84qc4nux482 rdf:first crm:P14i_performed;
  rdf:rest _:node1i84qc4nux483 .

_:node1i84qc4nux483 rdf:first _:node1i84qc4nux484 .

_:node1i84qc4nux484 sh:inversePath crm:P14_carried_out_by .

_:node1i84qc4nux483 rdf:rest rdf:nil .

oash:P187 core:enableNegation true;
  core:enableOptional true;
  datasources:datasource oash:list_skos-preflabel_range-count;
  dash:searchWidget core:ListProperty;
  sh:description "A group of which a person is member of"@en, "Le groupe dans lequel une personne est membre"@fr;
  sh:name "est membre de"@fr, "was member of"@en;
  sh:node oash:Group;
  sh:path _:node1i84qc4nux485 .

_:node1i84qc4nux485 sh:alternativePath _:node1i84qc4nux486 .

_:node1i84qc4nux486 rdf:first crm:P107i_is_current_or_former_member;
  rdf:rest _:node1i84qc4nux487 .

_:node1i84qc4nux487 rdf:first _:node1i84qc4nux488 .

_:node1i84qc4nux488 sh:inversePath crm:P107_has_current_or_former_member .

_:node1i84qc4nux487 rdf:rest rdf:nil .

oash:P189 core:enableNegation true;
  core:enableOptional true;
  datasources:datasource oash:list_skos-preflabel_range-count;
  dash:searchWidget core:ListProperty;
  sh:description "La fouille/découverte mené par une personne"@fr, "The excavation/discovery carried out by a person."@en;
  sh:name "a mené"@fr, "has carried"@en;
  sh:node oash:EncounterEvent;
  sh:path _:node1i84qc4nux489 .

_:node1i84qc4nux489 sh:alternativePath _:node1i84qc4nux490 .

_:node1i84qc4nux490 rdf:first crm:P14_carried_out_by;
  rdf:rest _:node1i84qc4nux491 .

_:node1i84qc4nux491 rdf:first _:node1i84qc4nux492 .

_:node1i84qc4nux492 sh:inversePath crm:P14i_performed .

_:node1i84qc4nux491 rdf:rest rdf:nil .

oash:Group sh:property oash:P189 .

oash:P190 sh:path _:node1i84qc4nux493 .

_:node1i84qc4nux493 sh:alternativePath _:node1i84qc4nux494 .

_:node1i84qc4nux494 rdf:first _:node1i84qc4nux495 .

_:node1i84qc4nux495 rdf:first crm:P14i_performed;
  rdf:rest _:node1i84qc4nux496 .

_:node1i84qc4nux496 rdf:first crm:P94_has_created;
  rdf:rest rdf:nil .

_:node1i84qc4nux494 rdf:rest _:node1i84qc4nux497 .

_:node1i84qc4nux497 rdf:first _:node1i84qc4nux498 .

_:node1i84qc4nux498 rdf:first _:node1i84qc4nux499 .

_:node1i84qc4nux499 sh:inversePath crm:P14_carried_out_by .

_:node1i84qc4nux498 rdf:rest _:node1i84qc4nux500 .

_:node1i84qc4nux500 rdf:first _:node1i84qc4nux501 .

_:node1i84qc4nux501 sh:inversePath crm:P94i_was_created_by .

_:node1i84qc4nux500 rdf:rest rdf:nil .

_:node1i84qc4nux497 rdf:rest _:node1i84qc4nux502 .

_:node1i84qc4nux502 rdf:first _:node1i84qc4nux503 .

_:node1i84qc4nux503 rdf:first crm:P14i_performed;
  rdf:rest _:node1i84qc4nux504 .

_:node1i84qc4nux504 rdf:first _:node1i84qc4nux505 .

_:node1i84qc4nux505 sh:inversePath crm:P94i_was_created_by .

_:node1i84qc4nux504 rdf:rest rdf:nil .

_:node1i84qc4nux502 rdf:rest _:node1i84qc4nux506 .

_:node1i84qc4nux506 rdf:first _:node1i84qc4nux507 .

_:node1i84qc4nux507 rdf:first _:node1i84qc4nux508 .

_:node1i84qc4nux508 sh:inversePath crm:P14_carried_out_by .

_:node1i84qc4nux507 rdf:rest _:node1i84qc4nux509 .

_:node1i84qc4nux509 rdf:first crm:P94_has_created;
  rdf:rest rdf:nil .

_:node1i84qc4nux506 rdf:rest _:node1i84qc4nux510 .

_:node1i84qc4nux510 rdf:first _:node1i84qc4nux511 .

_:node1i84qc4nux511 rdf:first crm:P107_has_current_or_former_member;
  rdf:rest _:node1i84qc4nux512 .

_:node1i84qc4nux512 rdf:first crm:P14i_performed;
  rdf:rest _:node1i84qc4nux513 .

_:node1i84qc4nux513 rdf:first crm:P94_has_created;
  rdf:rest rdf:nil .

_:node1i84qc4nux510 rdf:rest _:node1i84qc4nux514 .

_:node1i84qc4nux514 rdf:first _:node1i84qc4nux515 .

_:node1i84qc4nux515 rdf:first crm:P107_has_current_or_former_member;
  rdf:rest _:node1i84qc4nux516 .

_:node1i84qc4nux516 rdf:first _:node1i84qc4nux517 .

_:node1i84qc4nux517 sh:inversePath crm:P14_carried_out_by .

_:node1i84qc4nux516 rdf:rest _:node1i84qc4nux518 .

_:node1i84qc4nux518 rdf:first crm:P94_has_created;
  rdf:rest rdf:nil .

_:node1i84qc4nux514 rdf:rest _:node1i84qc4nux519 .

_:node1i84qc4nux519 rdf:first _:node1i84qc4nux520 .

_:node1i84qc4nux520 rdf:first crm:P107_has_current_or_former_member;
  rdf:rest _:node1i84qc4nux521 .

_:node1i84qc4nux521 rdf:first _:node1i84qc4nux522 .

_:node1i84qc4nux522 sh:inversePath crm:P14_carried_out_by .

_:node1i84qc4nux521 rdf:rest _:node1i84qc4nux523 .

_:node1i84qc4nux523 rdf:first _:node1i84qc4nux524 .

_:node1i84qc4nux524 sh:inversePath crm:P94i_was_created_by .

_:node1i84qc4nux523 rdf:rest rdf:nil .

_:node1i84qc4nux519 rdf:rest _:node1i84qc4nux525 .

_:node1i84qc4nux525 rdf:first _:node1i84qc4nux526 .

_:node1i84qc4nux526 rdf:first crm:P107_has_current_or_former_member;
  rdf:rest _:node1i84qc4nux527 .

_:node1i84qc4nux527 rdf:first crm:P14i_performed;
  rdf:rest _:node1i84qc4nux528 .

_:node1i84qc4nux528 rdf:first _:node1i84qc4nux529 .

_:node1i84qc4nux529 sh:inversePath crm:P94i_was_created_by .

_:node1i84qc4nux528 rdf:rest rdf:nil .

_:node1i84qc4nux525 rdf:rest _:node1i84qc4nux530 .

_:node1i84qc4nux530 rdf:first _:node1i84qc4nux531 .

_:node1i84qc4nux531 rdf:first _:node1i84qc4nux532 .

_:node1i84qc4nux532 sh:inversePath crm:P107i_is_current_or_former_member_of .

_:node1i84qc4nux531 rdf:rest _:node1i84qc4nux533 .

_:node1i84qc4nux533 rdf:first crm:P14i_performed;
  rdf:rest _:node1i84qc4nux534 .

_:node1i84qc4nux534 rdf:first crm:P94_has_created;
  rdf:rest rdf:nil .

_:node1i84qc4nux530 rdf:rest _:node1i84qc4nux535 .

_:node1i84qc4nux535 rdf:first _:node1i84qc4nux536 .

_:node1i84qc4nux536 rdf:first _:node1i84qc4nux537 .

_:node1i84qc4nux537 sh:inversePath crm:P107i_is_current_or_former_member_of .

_:node1i84qc4nux536 rdf:rest _:node1i84qc4nux538 .

_:node1i84qc4nux538 rdf:first _:node1i84qc4nux539 .

_:node1i84qc4nux539 sh:inversePath crm:P14_carried_out_by .

_:node1i84qc4nux538 rdf:rest _:node1i84qc4nux540 .

_:node1i84qc4nux540 rdf:first crm:P94_has_created;
  rdf:rest rdf:nil .

_:node1i84qc4nux535 rdf:rest _:node1i84qc4nux541 .

_:node1i84qc4nux541 rdf:first _:node1i84qc4nux542 .

_:node1i84qc4nux542 rdf:first _:node1i84qc4nux543 .

_:node1i84qc4nux543 sh:inversePath crm:P107i_is_current_or_former_member_of .

_:node1i84qc4nux542 rdf:rest _:node1i84qc4nux544 .

_:node1i84qc4nux544 rdf:first _:node1i84qc4nux545 .

_:node1i84qc4nux545 sh:inversePath crm:P14_carried_out_by .

_:node1i84qc4nux544 rdf:rest _:node1i84qc4nux546 .

_:node1i84qc4nux546 rdf:first _:node1i84qc4nux547 .

_:node1i84qc4nux547 sh:inversePath crm:P94i_was_created_by .

_:node1i84qc4nux546 rdf:rest rdf:nil .

_:node1i84qc4nux541 rdf:rest _:node1i84qc4nux548 .

_:node1i84qc4nux548 rdf:first _:node1i84qc4nux549 .

_:node1i84qc4nux549 rdf:first _:node1i84qc4nux550 .

_:node1i84qc4nux550 sh:inversePath crm:P107i_is_current_or_former_member_of .

_:node1i84qc4nux549 rdf:rest _:node1i84qc4nux551 .

_:node1i84qc4nux551 rdf:first crm:P14i_performed;
  rdf:rest _:node1i84qc4nux552 .

_:node1i84qc4nux552 rdf:first _:node1i84qc4nux553 .

_:node1i84qc4nux553 sh:inversePath crm:P94i_was_created_by .

_:node1i84qc4nux552 rdf:rest rdf:nil .

_:node1i84qc4nux548 rdf:rest rdf:nil .

oash:P190 core:enableNegation true;
  core:enableOptional true;
  dash:searchWidget core:AutocompleteProperty;
  sh:description "A document created by a group"@en, "Un document créé par un groupe"@fr;
  sh:name "a créé"@fr, "has created"@en;
  sh:node oash:Document .

oash:Group sh:property oash:P190, oash:P191 .

oash:P191 core:enableNegation true;
  dash:propertyRole dash:LabelRole;
  sh:description "Le nom d'une groupe"@fr, "The name of a group"@en;
  sh:maxCount 1;
  sh:minCount 1;
  sh:name "name"@en, "nom"@fr;
  sh:nodeKind sh:Literal;
  sh:path skos:prefLabel .

oash:P192 sh:path _:node1i84qc4nux554 .

_:node1i84qc4nux554 sh:alternativePath _:node1i84qc4nux555 .

_:node1i84qc4nux555 rdf:first _:node1i84qc4nux556 .

_:node1i84qc4nux556 rdf:first crm:P14i_performed;
  rdf:rest _:node1i84qc4nux557 .

_:node1i84qc4nux557 rdf:first crm:P8_took_place_on_or_within;
  rdf:rest rdf:nil .

_:node1i84qc4nux555 rdf:rest _:node1i84qc4nux558 .

_:node1i84qc4nux558 rdf:first _:node1i84qc4nux559 .

_:node1i84qc4nux559 rdf:first _:node1i84qc4nux560 .

_:node1i84qc4nux560 sh:inversePath crm:P14_carried_out_by .

_:node1i84qc4nux559 rdf:rest _:node1i84qc4nux561 .

_:node1i84qc4nux561 rdf:first _:node1i84qc4nux562 .

_:node1i84qc4nux562 sh:inversePath crm:P8i_witnessed .

_:node1i84qc4nux561 rdf:rest rdf:nil .

_:node1i84qc4nux558 rdf:rest _:node1i84qc4nux563 .

_:node1i84qc4nux563 rdf:first _:node1i84qc4nux564 .

_:node1i84qc4nux564 rdf:first crm:P14i_performed;
  rdf:rest _:node1i84qc4nux565 .

_:node1i84qc4nux565 rdf:first _:node1i84qc4nux566 .

_:node1i84qc4nux566 sh:inversePath crm:P8i_witnessed .

_:node1i84qc4nux565 rdf:rest rdf:nil .

_:node1i84qc4nux563 rdf:rest _:node1i84qc4nux567 .

_:node1i84qc4nux567 rdf:first _:node1i84qc4nux568 .

_:node1i84qc4nux568 rdf:first _:node1i84qc4nux569 .

_:node1i84qc4nux569 sh:inversePath crm:P14_carried_out_by .

_:node1i84qc4nux568 rdf:rest _:node1i84qc4nux570 .

_:node1i84qc4nux570 rdf:first crm:P8_took_place_on_or_within;
  rdf:rest rdf:nil .

_:node1i84qc4nux567 rdf:rest _:node1i84qc4nux571 .

_:node1i84qc4nux571 rdf:first _:node1i84qc4nux572 .

_:node1i84qc4nux572 rdf:first crm:P107_has_current_or_former_member;
  rdf:rest _:node1i84qc4nux573 .

_:node1i84qc4nux573 rdf:first crm:P14i_performed;
  rdf:rest _:node1i84qc4nux574 .

_:node1i84qc4nux574 rdf:first crm:P8_took_place_on_or_within;
  rdf:rest rdf:nil .

_:node1i84qc4nux571 rdf:rest _:node1i84qc4nux575 .

_:node1i84qc4nux575 rdf:first _:node1i84qc4nux576 .

_:node1i84qc4nux576 rdf:first crm:P107_has_current_or_former_member;
  rdf:rest _:node1i84qc4nux577 .

_:node1i84qc4nux577 rdf:first _:node1i84qc4nux578 .

_:node1i84qc4nux578 sh:inversePath crm:P14_carried_out_by .

_:node1i84qc4nux577 rdf:rest _:node1i84qc4nux579 .

_:node1i84qc4nux579 rdf:first crm:P8_took_place_on_or_within;
  rdf:rest rdf:nil .

_:node1i84qc4nux575 rdf:rest _:node1i84qc4nux580 .

_:node1i84qc4nux580 rdf:first _:node1i84qc4nux581 .

_:node1i84qc4nux581 rdf:first crm:P107_has_current_or_former_member;
  rdf:rest _:node1i84qc4nux582 .

_:node1i84qc4nux582 rdf:first _:node1i84qc4nux583 .

_:node1i84qc4nux583 sh:inversePath crm:P14_carried_out_by .

_:node1i84qc4nux582 rdf:rest _:node1i84qc4nux584 .

_:node1i84qc4nux584 rdf:first _:node1i84qc4nux585 .

_:node1i84qc4nux585 sh:inversePath crm:P8i_witnessed .

_:node1i84qc4nux584 rdf:rest rdf:nil .

_:node1i84qc4nux580 rdf:rest _:node1i84qc4nux586 .

_:node1i84qc4nux586 rdf:first _:node1i84qc4nux587 .

_:node1i84qc4nux587 rdf:first crm:P107_has_current_or_former_member;
  rdf:rest _:node1i84qc4nux588 .

_:node1i84qc4nux588 rdf:first crm:P14i_performed;
  rdf:rest _:node1i84qc4nux589 .

_:node1i84qc4nux589 rdf:first _:node1i84qc4nux590 .

_:node1i84qc4nux590 sh:inversePath crm:P8i_witnessed .

_:node1i84qc4nux589 rdf:rest rdf:nil .

_:node1i84qc4nux586 rdf:rest _:node1i84qc4nux591 .

_:node1i84qc4nux591 rdf:first _:node1i84qc4nux592 .

_:node1i84qc4nux592 rdf:first _:node1i84qc4nux593 .

_:node1i84qc4nux593 sh:inversePath crm:P107i_is_current_or_former_member_of .

_:node1i84qc4nux592 rdf:rest _:node1i84qc4nux594 .

_:node1i84qc4nux594 rdf:first crm:P14i_performed;
  rdf:rest _:node1i84qc4nux595 .

_:node1i84qc4nux595 rdf:first crm:P8_took_place_on_or_within;
  rdf:rest rdf:nil .

_:node1i84qc4nux591 rdf:rest _:node1i84qc4nux596 .

_:node1i84qc4nux596 rdf:first _:node1i84qc4nux597 .

_:node1i84qc4nux597 rdf:first _:node1i84qc4nux598 .

_:node1i84qc4nux598 sh:inversePath crm:P107i_is_current_or_former_member_of .

_:node1i84qc4nux597 rdf:rest _:node1i84qc4nux599 .

_:node1i84qc4nux599 rdf:first _:node1i84qc4nux600 .

_:node1i84qc4nux600 sh:inversePath crm:P14_carried_out_by .

_:node1i84qc4nux599 rdf:rest _:node1i84qc4nux601 .

_:node1i84qc4nux601 rdf:first crm:P8_took_place_on_or_within;
  rdf:rest rdf:nil .

_:node1i84qc4nux596 rdf:rest _:node1i84qc4nux602 .

_:node1i84qc4nux602 rdf:first _:node1i84qc4nux603 .

_:node1i84qc4nux603 rdf:first _:node1i84qc4nux604 .

_:node1i84qc4nux604 sh:inversePath crm:P107i_is_current_or_former_member_of .

_:node1i84qc4nux603 rdf:rest _:node1i84qc4nux605 .

_:node1i84qc4nux605 rdf:first _:node1i84qc4nux606 .

_:node1i84qc4nux606 sh:inversePath crm:P14_carried_out_by .

_:node1i84qc4nux605 rdf:rest _:node1i84qc4nux607 .

_:node1i84qc4nux607 rdf:first _:node1i84qc4nux608 .

_:node1i84qc4nux608 sh:inversePath crm:P8i_witnessed .

_:node1i84qc4nux607 rdf:rest rdf:nil .

_:node1i84qc4nux602 rdf:rest _:node1i84qc4nux609 .

_:node1i84qc4nux609 rdf:first _:node1i84qc4nux610 .

_:node1i84qc4nux610 rdf:first _:node1i84qc4nux611 .

_:node1i84qc4nux611 sh:inversePath crm:P107i_is_current_or_former_member_of .

_:node1i84qc4nux610 rdf:rest _:node1i84qc4nux612 .

_:node1i84qc4nux612 rdf:first crm:P14i_performed;
  rdf:rest _:node1i84qc4nux613 .

_:node1i84qc4nux613 rdf:first _:node1i84qc4nux614 .

_:node1i84qc4nux614 sh:inversePath crm:P8i_witnessed .

_:node1i84qc4nux613 rdf:rest rdf:nil .

_:node1i84qc4nux609 rdf:rest rdf:nil .

oash:P192 core:enableNegation true;
  core:enableOptional true;
  datasources:datasource oash:list_skos-preflabel_range-count;
  dash:searchWidget core:ListProperty;
  sh:description "A site on which an institution/a group has carried an excavation on"@en,
    "Un site sur lequel l'institutation/le groupe a méné une fouille"@fr;
  sh:name "a mené une fouille sur"@fr, "has carried excavation on"@en;
  sh:node oash:Site .

oash:Group sh:property oash:P192, oash:P193 .

oash:P193 core:enableNegation true;
  core:enableOptional true;
  datasources:datasource oash:list_skos-preflabel_range-count;
  dash:searchWidget core:ListProperty;
  sh:description "A group of which a person is member of"@en, "Le groupe dans lequel une personne est membre"@fr;
  sh:name "est membre de"@fr, "was member of"@en;
  sh:node oash:Person;
  sh:path _:node1i84qc4nux615 .

_:node1i84qc4nux615 sh:alternativePath _:node1i84qc4nux616 .

_:node1i84qc4nux616 rdf:first crm:P107_has_current_or_former_member;
  rdf:rest _:node1i84qc4nux617 .

_:node1i84qc4nux617 rdf:first _:node1i84qc4nux618 .

_:node1i84qc4nux618 sh:inversePath crm:P107i_is_current_or_member_of .

_:node1i84qc4nux617 rdf:rest rdf:nil .

oash:P195 core:enableNegation true;
  core:enableOptional true;
  dash:searchWidget core:AutocompleteProperty;
  sh:description "La fouille ou la découverte où des entités archéologiques ont éte découvertes ou trouvées"@fr,
    "The excavation/discovery on which the Built Work was excavated or found."@en;
  sh:name "a été trouvé sur"@fr, "was found on"@en;
  sh:node oash:EncounterEvent;
  sh:path _:node1i84qc4nux619 .

_:node1i84qc4nux619 sh:alternativePath _:node1i84qc4nux620 .

_:node1i84qc4nux620 rdf:first crmsci:O19i_was_object_found_by;
  rdf:rest _:node1i84qc4nux621 .

_:node1i84qc4nux621 rdf:first _:node1i84qc4nux622 .

_:node1i84qc4nux622 sh:inversePath crmsci:O19_has_found_object .

_:node1i84qc4nux621 rdf:rest rdf:nil .

oash:BuiltWork sh:property oash:P195, oash:P196, oash:P197, oash:P198, oash:P199,
    oash:P200, oash:P201, oash:P202 .

oash:P196 core:enableNegation true;
  core:enableOptional true;
  dash:searchWidget core:AutocompleteProperty;
  sh:description "An archeological feature which is part of an artefact."@en, "Un fait archéologique qui fait partie d'une entité archéologique"@fr;
  sh:name "est composé de"@fr, "is composed of"@en;
  sh:node oash:Wall;
  sh:path _:node1i84qc4nux623 .

_:node1i84qc4nux623 sh:alternativePath _:node1i84qc4nux624 .

_:node1i84qc4nux624 rdf:first crm:P46_is_composed_of;
  rdf:rest _:node1i84qc4nux625 .

_:node1i84qc4nux625 rdf:first _:node1i84qc4nux626 .

_:node1i84qc4nux626 sh:inversePath crm:P46i_forms_part_of .

_:node1i84qc4nux625 rdf:rest rdf:nil .

oash:P197 core:enableNegation true;
  core:enableOptional true;
  dash:searchWidget core:AutocompleteProperty;
  sh:description "An archeological feature which is part of an artefact."@en, "Un fait archéologique qui fait partie d'une entité archéologique"@fr;
  sh:name "est composé de"@fr, "is composed of"@en;
  sh:node oash:Burial;
  sh:path _:node1i84qc4nux627 .

_:node1i84qc4nux627 sh:alternativePath _:node1i84qc4nux628 .

_:node1i84qc4nux628 rdf:first crm:P46_is_composed_of;
  rdf:rest _:node1i84qc4nux629 .

_:node1i84qc4nux629 rdf:first _:node1i84qc4nux630 .

_:node1i84qc4nux630 sh:inversePath crm:P46i_forms_part_of .

_:node1i84qc4nux629 rdf:rest rdf:nil .

oash:P198 core:enableNegation true;
  core:enableOptional true;
  dash:searchWidget core:AutocompleteProperty;
  sh:description "An archeological feature which is part of an artefact."@en, "Un fait archéologique qui fait partie d'une entité archéologique"@fr;
  sh:name "est composé de"@fr, "is composed of"@en;
  sh:node oash:Feature;
  sh:path _:node1i84qc4nux631 .

_:node1i84qc4nux631 sh:alternativePath _:node1i84qc4nux632 .

_:node1i84qc4nux632 rdf:first crm:P46_is_composed_of;
  rdf:rest _:node1i84qc4nux633 .

_:node1i84qc4nux633 rdf:first _:node1i84qc4nux634 .

_:node1i84qc4nux634 sh:inversePath crm:P46i_forms_part_of .

_:node1i84qc4nux633 rdf:rest rdf:nil .

oash:P199 core:enableNegation true;
  core:enableOptional true;
  sh:description "La datation affilié à l'usage ou la production de l'entité archéologique"@fr,
    "The datation affiliated on the usage or the production of the artefact"@en;
  sh:name "est daté de"@fr, "is dated on"@en;
  sh:node oash:TimeSpanEvent;
  sh:path _:node1i84qc4nux635 .

_:node1i84qc4nux635 sh:alternativePath _:node1i84qc4nux636 .

_:node1i84qc4nux636 rdf:first _:node1i84qc4nux637 .

_:node1i84qc4nux637 rdf:first crm:P8i_witnessed;
  rdf:rest _:node1i84qc4nux638 .

_:node1i84qc4nux638 rdf:first crm:P4_has_time-span;
  rdf:rest rdf:nil .

_:node1i84qc4nux636 rdf:rest _:node1i84qc4nux639 .

_:node1i84qc4nux639 rdf:first _:node1i84qc4nux640 .

_:node1i84qc4nux640 rdf:first _:node1i84qc4nux641 .

_:node1i84qc4nux641 sh:inversePath crm:P8_took_place_on_or_within .

_:node1i84qc4nux640 rdf:rest _:node1i84qc4nux642 .

_:node1i84qc4nux642 rdf:first crm:P4_has_time-span;
  rdf:rest rdf:nil .

_:node1i84qc4nux639 rdf:rest rdf:nil .

oash:P200 core:enableNegation true;
  core:enableOptional true;
  dash:searchWidget core:AutocompleteProperty;
  sh:description "A document in which the artefact is described, analysed or contextualised"@en,
    "Un document dans lequel l'entité archéologique 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:P201 core:enableNegation true;
  core:enableOptional true;
  datasources:datasource oash:list_skos-preflabel_range-count;
  dash:searchWidget core:ListProperty;
  sh:description "Precise the kind of archeological entities researched"@en, "Précise le type d'entité archéologique 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:P202 core:enableNegation true;
  core:enableOptional true;
  dash:searchWidget core:AutocompleteProperty;
  sh:description "Precise the identifier of the archeological entities researched"@en,
    "Précise l'identifiant de l'entité archéologique 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:P203 core:enableNegation true;
  core:enableOptional true;
  dash:searchWidget core:AutocompleteProperty;
  sh:description "La fouille ou la découverte où des entités archéologiques ont éte découvertes ou trouvées"@fr,
    "The excavation/discovery on which the Built Work was excavated or found."@en;
  sh:name "was present on"@en, "était présent sur"@fr;
  sh:node oash:Site;
  sh:path _:node1i84qc4nux643 .

_:node1i84qc4nux643 sh:alternativePath _:node1i84qc4nux644 .

_:node1i84qc4nux644 rdf:first _:node1i84qc4nux645 .

_:node1i84qc4nux645 rdf:first crmsci:O19i_was_object_found_by;
  rdf:rest _:node1i84qc4nux646 .

_:node1i84qc4nux646 rdf:first crm:P8_took_place_on;
  rdf:rest rdf:nil .

_:node1i84qc4nux644 rdf:rest _:node1i84qc4nux647 .

_:node1i84qc4nux647 rdf:first _:node1i84qc4nux648 .

_:node1i84qc4nux648 rdf:first _:node1i84qc4nux649 .

_:node1i84qc4nux649 sh:inversePath crmsci:O19_has_found_object .

_:node1i84qc4nux648 rdf:rest _:node1i84qc4nux650 .

_:node1i84qc4nux650 rdf:first _:node1i84qc4nux651 .

_:node1i84qc4nux651 sh:inversePath crm:P8i_witnessed .

_:node1i84qc4nux650 rdf:rest rdf:nil .

_:node1i84qc4nux647 rdf:rest rdf:nil .

oash:BuiltWork sh:property oash:P203, oash:P204, oash:P205 .

oash:P204 core:enableNegation true;
  core:enableOptional true;
  sh:description "Commentaires sur l'entité archéologique"@fr, "Comments on the artefact"@en;
  sh:name "note"@en, "note"@fr;
  sh:nodeKind sh:Literal;
  sh:path crm:P3_has_note .

oash:P205 core:enableNegation true;
  dash:propertyRole dash:LabelRole;
  sh:description "Le label de l'entité archéologique"@fr, "The label of the artefact"@en;
  sh:maxCount 1;
  sh:minCount 1;
  sh:name "label"@en, "label"@fr;
  sh:nodeKind sh:Literal;
  sh:path skos:prefLabel .

oash:P207 core:enableNegation true;
  core:enableOptional true;
  dash:searchWidget core:AutocompleteProperty;
  sh:description "La fouille ou la découverte où des mobiliers ont éte découverts ou trouvés"@fr,
    "The excavation/discovery on which the artefact was excavated or found."@en;
  sh:name "a été trouvé sur"@fr, "was found on"@en;
  sh:node oash:EncounterEvent;
  sh:path _:node1i84qc4nux652 .

_:node1i84qc4nux652 sh:alternativePath _:node1i84qc4nux653 .

_:node1i84qc4nux653 rdf:first crmsci:O19i_was_object_found_by;
  rdf:rest _:node1i84qc4nux654 .

_:node1i84qc4nux654 rdf:first _:node1i84qc4nux655 .

_:node1i84qc4nux655 sh:inversePath crmsci:O19_has_found_object .

_:node1i84qc4nux654 rdf:rest rdf:nil .

oash:HumanMadeObject sh:property oash:P207, oash:P208, oash:P209, oash:P210, oash:P211,
    oash:P212, oash:P213, oash:P214, oash:P215 .

oash:P208 core:enableNegation true;
  core:enableOptional true;
  dash:searchWidget core:AutocompleteProperty;
  sh:description "An artefact which is contained in a stratigraphic unit."@en, "Un mobilier qui est contenu dans une unité stratigraphique"@fr;
  sh:name "was contained in"@en, "était contenu dans"@fr;
  sh:node oash:StratigraphicVolumeUnit;
  sh:path _:node1i84qc4nux656 .

_:node1i84qc4nux656 sh:alternativePath _:node1i84qc4nux657 .

_:node1i84qc4nux657 rdf:first crmarch:AP21i_is_contained_in;
  rdf:rest _:node1i84qc4nux658 .

_:node1i84qc4nux658 rdf:first _:node1i84qc4nux659 .

_:node1i84qc4nux659 sh:inversePath crmarch:AP21_contains .

_:node1i84qc4nux658 rdf:rest rdf:nil .

oash:P209 core:enableNegation true;
  core:enableOptional true;
  sh:description "La datation affilié à l'usage ou la production d'un mobilier"@fr,
    "The datation affiliated on the usage or the production of the artefact"@en;
  sh:name "est daté de"@fr, "is dated on"@en;
  sh:node oash:TimeSpanEvent;
  sh:path _:node1i84qc4nux660 .

_:node1i84qc4nux660 sh:alternativePath _:node1i84qc4nux661 .

_:node1i84qc4nux661 rdf:first _:node1i84qc4nux662 .

_:node1i84qc4nux662 rdf:first crm:P8i_witnessed;
  rdf:rest _:node1i84qc4nux663 .

_:node1i84qc4nux663 rdf:first crm:P4_has_time-span;
  rdf:rest rdf:nil .

_:node1i84qc4nux661 rdf:rest _:node1i84qc4nux664 .

_:node1i84qc4nux664 rdf:first _:node1i84qc4nux665 .

_:node1i84qc4nux665 rdf:first _:node1i84qc4nux666 .

_:node1i84qc4nux666 sh:inversePath crm:P8_took_place_on_or_within .

_:node1i84qc4nux665 rdf:rest _:node1i84qc4nux667 .

_:node1i84qc4nux667 rdf:first crm:P4_has_time-span;
  rdf:rest rdf:nil .

_:node1i84qc4nux664 rdf:rest rdf:nil .

oash:P210 core:enableNegation true;
  core:enableOptional true;
  dash:searchWidget core:AutocompleteProperty;
  sh:description "A document in which the artefact is described, analysed or contextualised"@en,
    "Un document dans lequel un mobilier 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:P211 core:enableNegation true;
  core:enableOptional true;
  datasources:datasource oash:list_skos-preflabel_range-count;
  dash:searchWidget core:ListProperty;
  sh:description "Precise the kind of artefact researched"@en, "Précise le type de mobilier 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:P212 core:enableNegation true;
  core:enableOptional true;
  datasources:datasource oash:list_skos-preflabel_range-count;
  dash:searchWidget core:ListProperty;
  sh:description "Precise the kind of material use on the artefact"@en, "Précise le type de matériau utilisé sur un mobilier"@fr;
  sh:name "a pour matériau"@fr, "has as material"@en;
  sh:node oash:Type;
  sh:path crm:P45_consists_of .

oash:P213 core:enableNegation true;
  core:enableOptional true;
  dash:searchWidget core:AutocompleteProperty;
  sh:description "Precise the identifier of the artefact researched"@en, "Précise l'identifiant du mobilier 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:P214 core:enableNegation true;
  core:enableOptional true;
  dash:searchWidget core:AutocompleteProperty;
  sh:description "Le site archéologique sur lequel du mobilier était présent"@fr, "The archaeological site on which the artefact was present."@en;
  sh:name "was present on"@en, "était présent sur"@fr;
  sh:node oash:Site;
  sh:path _:node1i84qc4nux668 .

_:node1i84qc4nux668 sh:alternativePath _:node1i84qc4nux669 .

_:node1i84qc4nux669 rdf:first _:node1i84qc4nux670 .

_:node1i84qc4nux670 rdf:first crmsci:O19i_was_object_found_by;
  rdf:rest _:node1i84qc4nux671 .

_:node1i84qc4nux671 rdf:first crm:P8_took_place_on;
  rdf:rest rdf:nil .

_:node1i84qc4nux669 rdf:rest _:node1i84qc4nux672 .

_:node1i84qc4nux672 rdf:first _:node1i84qc4nux673 .

_:node1i84qc4nux673 rdf:first _:node1i84qc4nux674 .

_:node1i84qc4nux674 sh:inversePath crmsci:O19_has_found_object .

_:node1i84qc4nux673 rdf:rest _:node1i84qc4nux675 .

_:node1i84qc4nux675 rdf:first _:node1i84qc4nux676 .

_:node1i84qc4nux676 sh:inversePath crm:P8i_witnessed .

_:node1i84qc4nux675 rdf:rest rdf:nil .

_:node1i84qc4nux672 rdf:rest rdf:nil .

oash:P215 sh:description "Commentaires sur le mobilier"@fr, "Comments on the artefact"@en;
  sh:name "note"@en, "note"@fr;
  sh:nodeKind sh:Literal;
  sh:path crm:P3_has_note .

oash:P216 core:enableNegation true;
  dash:propertyRole dash:LabelRole;
  sh:description "Le label du mobilier"@fr, "The label of the artefact"@en;
  sh:maxCount 1;
  sh:minCount 1;
  sh:name "label"@en, "label"@fr;
  sh:nodeKind sh:Literal;
  sh:path skos:prefLabel .

oash:HumanMadeObject sh:property oash:P216 .

oash:P218 core:enableNegation true;
  core:enableOptional true;
  dash:searchWidget core:AutocompleteProperty;
  sh:description "La fouille ou la découverte où des mobiliers ont éte découverts ou trouvés"@fr,
    "The excavation/discovery on which the artefact was excavated or found."@en;
  sh:name "a été trouvé sur"@fr, "was found on"@en;
  sh:node oash:EncounterEvent;
  sh:path _:node1i84qc4nux677 .

_:node1i84qc4nux677 sh:alternativePath _:node1i84qc4nux678 .

_:node1i84qc4nux678 rdf:first crmsci:O19i_was_object_found_by;
  rdf:rest _:node1i84qc4nux679 .

_:node1i84qc4nux679 rdf:first _:node1i84qc4nux680 .

_:node1i84qc4nux680 sh:inversePath crmsci:O19_has_found_object .

_:node1i84qc4nux679 rdf:rest rdf:nil .

oash:StratigraphicVolumeUnit sh:property oash:P218, oash:P219, oash:P220, oash:P221,
    oash:P222, oash:P223, oash:P224, oash:P225 .

oash:P219 core:enableNegation true;
  core:enableOptional true;
  dash:searchWidget core:AutocompleteProperty;
  sh:description "A stratigraphic unit which contained artefacts."@en, "Une unité stratigraphique qui contenait des artefactfs"@fr;
  sh:name "contained"@en, "contenait"@fr;
  sh:node oash:HumanMadeObject;
  sh:path _:node1i84qc4nux681 .

_:node1i84qc4nux681 sh:alternativePath _:node1i84qc4nux682 .

_:node1i84qc4nux682 rdf:first crmarch:AP21_contains;
  rdf:rest _:node1i84qc4nux683 .

_:node1i84qc4nux683 rdf:first _:node1i84qc4nux684 .

_:node1i84qc4nux684 sh:inversePath crmarch:AP21i_is_contained_in .

_:node1i84qc4nux683 rdf:rest rdf:nil .

oash:P220 core:enableNegation true;
  core:enableOptional true;
  dash:searchWidget core:AutocompleteProperty;
  sh:description "A stratigraphic unit which was containes in an archeological feature."@en,
    "Une unité stratigraphique qui était contenu dans un fait archéologique."@fr;
  sh:name "was contained in"@en, "était contenu dans"@fr;
  sh:node oash:Wall;
  sh:path _:node1i84qc4nux685 .

_:node1i84qc4nux685 sh:alternativePath _:node1i84qc4nux686 .

_:node1i84qc4nux686 rdf:first crmarch:AP21i_is_contained_in;
  rdf:rest _:node1i84qc4nux687 .

_:node1i84qc4nux687 rdf:first _:node1i84qc4nux688 .

_:node1i84qc4nux688 sh:inversePath crmarch:AP21_contains .

_:node1i84qc4nux687 rdf:rest rdf:nil .

oash:P221 core:enableNegation true;
  core:enableOptional true;
  dash:searchWidget core:AutocompleteProperty;
  sh:description "A stratigraphic unit which was containes in an archeological feature."@en,
    "Une unité stratigraphique qui était contenu dans un fait archéologique."@fr;
  sh:name "was contained in"@en, "était contenu dans"@fr;
  sh:node oash:Burial;
  sh:path _:node1i84qc4nux689 .

_:node1i84qc4nux689 sh:alternativePath _:node1i84qc4nux690 .

_:node1i84qc4nux690 rdf:first crmarch:AP21i_is_contained_in;
  rdf:rest _:node1i84qc4nux691 .

_:node1i84qc4nux691 rdf:first _:node1i84qc4nux692 .

_:node1i84qc4nux692 sh:inversePath crmarch:AP21_contains .

_:node1i84qc4nux691 rdf:rest rdf:nil .

oash:P222 core:enableNegation true;
  core:enableOptional true;
  dash:searchWidget core:AutocompleteProperty;
  sh:description "A stratigraphic unit which was containes in an archeological feature."@en,
    "Une unité stratigraphique qui était contenu dans un fait archéologique."@fr;
  sh:name "was contained in"@en, "était contenu dans"@fr;
  sh:node oash:Feature;
  sh:path _:node1i84qc4nux693 .

_:node1i84qc4nux693 sh:alternativePath _:node1i84qc4nux694 .

_:node1i84qc4nux694 rdf:first crmarch:AP21i_is_contained_in;
  rdf:rest _:node1i84qc4nux695 .

_:node1i84qc4nux695 rdf:first _:node1i84qc4nux696 .

_:node1i84qc4nux696 sh:inversePath crmarch:AP21_contains .

_:node1i84qc4nux695 rdf:rest rdf:nil .

oash:P223 core:enableNegation true;
  core:enableOptional true;
  sh:description "La datation affilié à l'usage ou la production d'une unité stratigraphique"@fr,
    "The datation affiliated on the usage or the production of the stratigraphic unit"@en;
  sh:name "est daté de"@fr, "is dated on"@en;
  sh:node oash:TimeSpanEvent;
  sh:path _:node1i84qc4nux697 .

_:node1i84qc4nux697 sh:alternativePath _:node1i84qc4nux698 .

_:node1i84qc4nux698 rdf:first _:node1i84qc4nux699 .

_:node1i84qc4nux699 rdf:first crm:P8i_witnessed;
  rdf:rest _:node1i84qc4nux700 .

_:node1i84qc4nux700 rdf:first crm:P4_has_time-span;
  rdf:rest rdf:nil .

_:node1i84qc4nux698 rdf:rest _:node1i84qc4nux701 .

_:node1i84qc4nux701 rdf:first _:node1i84qc4nux702 .

_:node1i84qc4nux702 rdf:first _:node1i84qc4nux703 .

_:node1i84qc4nux703 sh:inversePath crm:P8_took_place_on_or_within .

_:node1i84qc4nux702 rdf:rest _:node1i84qc4nux704 .

_:node1i84qc4nux704 rdf:first crm:P4_has_time-span;
  rdf:rest rdf:nil .

_:node1i84qc4nux701 rdf:rest rdf:nil .

oash:P224 core:enableNegation true;
  core:enableOptional true;
  dash:searchWidget core:AutocompleteProperty;
  sh:description "A document in which the stratigraphic unit is described, analysed or contextualised"@en,
    "Un document dans lequel une unité stratigraphique 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:P225 core:enableNegation true;
  core:enableOptional true;
  dash:searchWidget core:AutocompleteProperty;
  sh:description "Precise the identifier of the stratigraphic unit researched"@en, "Précise l'identifiant d'une unité stratigraphique 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:P226 core:enableNegation true;
  core:enableOptional true;
  dash:searchWidget core:AutocompleteProperty;
  sh:description "Le site archéologique sur lequel d'une unité stratigraphique était présent"@fr,
    "The archaeological site on which the stratigraphic unit was present."@en;
  sh:name "was present on"@en, "était présent sur"@fr;
  sh:node oash:Site;
  sh:path _:node1i84qc4nux705 .

_:node1i84qc4nux705 sh:alternativePath _:node1i84qc4nux706 .

_:node1i84qc4nux706 rdf:first _:node1i84qc4nux707 .

_:node1i84qc4nux707 rdf:first crmsci:O19i_was_object_found_by;
  rdf:rest _:node1i84qc4nux708 .

_:node1i84qc4nux708 rdf:first crm:P8_took_place_on;
  rdf:rest rdf:nil .

_:node1i84qc4nux706 rdf:rest _:node1i84qc4nux709 .

_:node1i84qc4nux709 rdf:first _:node1i84qc4nux710 .

_:node1i84qc4nux710 rdf:first _:node1i84qc4nux711 .

_:node1i84qc4nux711 sh:inversePath crmsci:O19_has_found_object .

_:node1i84qc4nux710 rdf:rest _:node1i84qc4nux712 .

_:node1i84qc4nux712 rdf:first _:node1i84qc4nux713 .

_:node1i84qc4nux713 sh:inversePath crm:P8i_witnessed .

_:node1i84qc4nux712 rdf:rest rdf:nil .

_:node1i84qc4nux709 rdf:rest rdf:nil .

oash:StratigraphicVolumeUnit sh:property oash:P226, oash:P227, oash:P228, oash:P229,
    oash:P230, oash:P231 .

oash:P227 sh:description "Commentaires sur l'unité stratigraphique"@fr, "Comments on the stratigraphic unit"@en;
  sh:name "note"@en, "note"@fr;
  sh:nodeKind sh:Literal;
  sh:path crm:P3_has_note .

oash:P228 core:enableNegation true;
  dash:propertyRole dash:LabelRole;
  sh:description "Le label du l'unité stratigraphique"@fr, "The label of the stratigraphic unit"@en;
  sh:maxCount 1;
  sh:minCount 1;
  sh:name "label"@en, "label"@fr;
  sh:nodeKind sh:Literal;
  sh:path skos:prefLabel .

oash:P229 core:enableNegation true;
  core:enableOptional true;
  dash:searchWidget core:AutocompleteProperty;
  sh:description "A stratigraphic unit which is part of an archeological feature"@en,
    "Une unité stratigraphique qui fait partie d'un fait archéologique"@fr;
  sh:name "fait partie de"@fr, "forms part of"@en;
  sh:node oash:Wall;
  sh:path _:node1i84qc4nux714 .

_:node1i84qc4nux714 sh:alternativePath _:node1i84qc4nux715 .

_:node1i84qc4nux715 rdf:first crm:P46i_forms_part_of;
  rdf:rest _:node1i84qc4nux716 .

_:node1i84qc4nux716 rdf:first _:node1i84qc4nux717 .

_:node1i84qc4nux717 sh:inversePath crm:P46_is_composed_of .

_:node1i84qc4nux716 rdf:rest rdf:nil .

oash:P230 core:enableNegation true;
  core:enableOptional true;
  dash:searchWidget core:AutocompleteProperty;
  sh:description "A stratigraphic unit which is part of an archeological feature"@en,
    "Une unité stratigraphique qui fait partie d'un fait archéologique"@fr;
  sh:name "fait partie de"@fr, "forms part of"@en;
  sh:node oash:Burial;
  sh:path _:node1i84qc4nux718 .

_:node1i84qc4nux718 sh:alternativePath _:node1i84qc4nux719 .

_:node1i84qc4nux719 rdf:first crm:P46i_forms_part_of;
  rdf:rest _:node1i84qc4nux720 .

_:node1i84qc4nux720 rdf:first _:node1i84qc4nux721 .

_:node1i84qc4nux721 sh:inversePath crm:P46_is_composed_of .

_:node1i84qc4nux720 rdf:rest rdf:nil .

oash:P231 core:enableNegation true;
  core:enableOptional true;
  dash:searchWidget core:AutocompleteProperty;
  sh:description "A stratigraphic unit which is part of an archeological feature"@en,
    "Une unité stratigraphique qui fait partie d'un fait archéologique"@fr;
  sh:name "fait partie de"@fr, "forms part of"@en;
  sh:node oash:Feature;
  sh:path _:node1i84qc4nux722 .

_:node1i84qc4nux722 sh:alternativePath _:node1i84qc4nux723 .

_:node1i84qc4nux723 rdf:first crm:P46i_forms_part_of;
  rdf:rest _:node1i84qc4nux724 .

_:node1i84qc4nux724 rdf:first _:node1i84qc4nux725 .

_:node1i84qc4nux725 sh:inversePath crm:P46_is_composed_of .

_:node1i84qc4nux724 rdf:rest rdf:nil .

oash:P233 core:enableNegation true;
  dash:propertyRole dash:LabelRole;
  sh:description "Le label d'un intervalle de temps"@fr, "The label of a time-span"@en;
  sh:maxCount 1;
  sh:minCount 1;
  sh:name "label"@en, "label"@fr;
  sh:nodeKind sh:Literal;
  sh:path skos:prefLabel .

oash:TimeSpanEvent sh:property oash:P233, oash:P234 .

oash:P234 core:beginDateProperty crm:P82a_begin_of_the_begin;
  core:enableNegation true;
  core:enableOptional true;
  core:endDateProperty crm:P82b_end_of_the_end;
  sh:datatype xsd:dateTime;
  sh:description "Les bornes temporelles recherchées dans les intervalles de temps"@fr,
    "The time boundary researched in the time-spans"@en;
  sh:name "borne temporelle"@fr, "time boundary"@en;
  sh:nodeKind sh:Literal;
  sh:path _:node1i84qc4nux726 .

_:node1i84qc4nux726 sh:alternativePath _:node1i84qc4nux727 .

_:node1i84qc4nux727 rdf:first crm:P82a_begin_of_the_begin;
  rdf:rest _:node1i84qc4nux728 .

_:node1i84qc4nux728 rdf:first crm:P82b_end_of_the_end;
  rdf:rest rdf:nil .

oash:P236 core:enableNegation true;
  core:enableOptional true;
  datasources:datasource oash:list_skos-preflabel_range-count;
  dash:searchWidget core:ListProperty;
  sh:description "Le type affilié au document recherché"@fr, "Type affiliated to the researched document"@en;
  sh:name "a pour type"@fr, "has type"@en;
  sh:node oash:Type;
  sh:path crm:P2_has_type .

oash:Document sh:property oash:P236, oash:P237, oash:P238, oash:P239, oash:P240, oash:P241,
    oash:P242, oash:P243 .

oash:P237 core:enableNegation true;
  core:enableOptional true;
  datasources:datasource oash:list_skos-preflabel_range-count;
  dash:searchWidget core:ListProperty;
  sh:description "Le créateur du document"@fr, "The creator of the document"@en;
  sh:name "a été créé par"@fr, "was made by"@en;
  sh:node oash:Person;
  sh:path _:node1i84qc4nux729 .

_:node1i84qc4nux729 rdf:first crm:P94i_was_created_by;
  rdf:rest _:node1i84qc4nux730 .

_:node1i84qc4nux730 rdf:first crm:P14_carried_out_by;
  rdf:rest rdf:nil .

oash:P238 core:enableNegation true;
  core:enableOptional true;
  dash:searchWidget core:AutocompleteProperty;
  sh:description "An stratigraphic unit which is documented"@en, "Une US qui est documentée"@fr;
  sh:name "documente"@fr, "documents"@en;
  sh:node oash:StratigraphicVolumeUnit;
  sh:path _:node1i84qc4nux731 .

_:node1i84qc4nux731 sh:alternativePath _:node1i84qc4nux732 .

_:node1i84qc4nux732 rdf:first crm:P70_documents;
  rdf:rest _:node1i84qc4nux733 .

_:node1i84qc4nux733 rdf:first _:node1i84qc4nux734 .

_:node1i84qc4nux734 sh:inversePath crm:P70i_is_documented_in .

_:node1i84qc4nux733 rdf:rest rdf:nil .

oash:P239 core:enableNegation true;
  core:enableOptional true;
  dash:searchWidget core:AutocompleteProperty;
  sh:description "A site which is documented"@en, "Un site qui est documenté"@fr;
  sh:name "documente"@fr, "documents"@en;
  sh:node oash:Site;
  sh:path _:node1i84qc4nux735 .

_:node1i84qc4nux735 sh:alternativePath _:node1i84qc4nux736 .

_:node1i84qc4nux736 rdf:first crm:P70_documents;
  rdf:rest _:node1i84qc4nux737 .

_:node1i84qc4nux737 rdf:first _:node1i84qc4nux738 .

_:node1i84qc4nux738 sh:inversePath crm:P70i_is_documented_in .

_:node1i84qc4nux737 rdf:rest rdf:nil .

oash:P240 core:enableNegation true;
  core:enableOptional true;
  dash:searchWidget core:AutocompleteProperty;
  sh:description "An artifact which is documented"@en, "Un mobilier qui est documenté"@fr;
  sh:name "documente"@fr, "documents"@en;
  sh:node oash:HumanMadeObject;
  sh:path _:node1i84qc4nux739 .

_:node1i84qc4nux739 sh:alternativePath _:node1i84qc4nux740 .

_:node1i84qc4nux740 rdf:first crm:P70_documents;
  rdf:rest _:node1i84qc4nux741 .

_:node1i84qc4nux741 rdf:first _:node1i84qc4nux742 .

_:node1i84qc4nux742 sh:inversePath crm:P70i_is_documented_in .

_:node1i84qc4nux741 rdf:rest rdf:nil .

oash:P241 core:enableNegation true;
  core:enableOptional true;
  dash:searchWidget core:AutocompleteProperty;
  sh:description "An archeological entity which is documented"@en, "Une entité archéologique qui est documentée"@fr;
  sh:name "documente"@fr, "documents"@en;
  sh:node oash:BuiltWork;
  sh:path _:node1i84qc4nux743 .

_:node1i84qc4nux743 sh:alternativePath _:node1i84qc4nux744 .

_:node1i84qc4nux744 rdf:first crm:P70_documents;
  rdf:rest _:node1i84qc4nux745 .

_:node1i84qc4nux745 rdf:first _:node1i84qc4nux746 .

_:node1i84qc4nux746 sh:inversePath crm:P70i_is_documented_in .

_:node1i84qc4nux745 rdf:rest rdf:nil .

oash:P242 core:enableNegation true;
  core:enableOptional true;
  dash:searchWidget core:AutocompleteProperty;
  sh:description "A feature which is documented"@en, "Un fait qui est documenté"@fr;
  sh:name "documente"@fr, "documents"@en;
  sh:node oash:Feature;
  sh:path _:node1i84qc4nux747 .

_:node1i84qc4nux747 sh:alternativePath _:node1i84qc4nux748 .

_:node1i84qc4nux748 rdf:first crm:P70_documents;
  rdf:rest _:node1i84qc4nux749 .

_:node1i84qc4nux749 rdf:first _:node1i84qc4nux750 .

_:node1i84qc4nux750 sh:inversePath crm:P70i_is_documented_in .

_:node1i84qc4nux749 rdf:rest rdf:nil .

oash:P243 core:enableNegation true;
  core:enableOptional true;
  dash:searchWidget core:AutocompleteProperty;
  sh:description "A wall which is documented"@en, "Un mur qui est documenté"@fr;
  sh:name "documente"@fr, "documents"@en;
  sh:node oash:Wall;
  sh:path _:node1i84qc4nux751 .

_:node1i84qc4nux751 sh:alternativePath _:node1i84qc4nux752 .

_:node1i84qc4nux752 rdf:first crm:P70_documents;
  rdf:rest _:node1i84qc4nux753 .

_:node1i84qc4nux753 rdf:first _:node1i84qc4nux754 .

_:node1i84qc4nux754 sh:inversePath crm:P70i_is_documented_in .

_:node1i84qc4nux753 rdf:rest rdf:nil .

oash:P244 core:enableNegation true;
  core:enableOptional true;
  dash:searchWidget core:AutocompleteProperty;
  sh:description "A burial which is documented"@en, "Une sépulture qui est documentée"@fr;
  sh:name "documente"@fr, "documents"@en;
  sh:node oash:Burial;
  sh:path _:node1i84qc4nux755 .

_:node1i84qc4nux755 sh:alternativePath _:node1i84qc4nux756 .

_:node1i84qc4nux756 rdf:first crm:P70_documents;
  rdf:rest _:node1i84qc4nux757 .

_:node1i84qc4nux757 rdf:first _:node1i84qc4nux758 .

_:node1i84qc4nux758 sh:inversePath crm:P70i_is_documented_in .

_:node1i84qc4nux757 rdf:rest rdf:nil .

oash:Document sh:property oash:P244, oash:P245, oash:P246 .

oash:P245 core:enableNegation true;
  core:enableOptional true;
  dash:searchWidget core:AutocompleteProperty;
  sh:description "A discovery/an excavation which is documented"@en, "Une découverte ou une fouille qui est documentée"@fr;
  sh:name "documente"@fr, "documents"@en;
  sh:node oash:EncounterEvent;
  sh:path _:node1i84qc4nux759 .

_:node1i84qc4nux759 sh:alternativePath _:node1i84qc4nux760 .

_:node1i84qc4nux760 rdf:first crm:P70_documents;
  rdf:rest _:node1i84qc4nux761 .

_:node1i84qc4nux761 rdf:first _:node1i84qc4nux762 .

_:node1i84qc4nux762 sh:inversePath crm:P70i_is_documented_in .

_:node1i84qc4nux761 rdf:rest rdf:nil .

oash:P246 sh:datatype xsd:dateTime;
  sh:description "La date de création de document"@fr, "The creation date of the document"@en;
  sh:name "created at"@en, "créé en"@fr;
  sh:nodeKind sh:Literal;
  sh:path _:node1i84qc4nux763 .

_:node1i84qc4nux763 sh:alternativePath _:node1i84qc4nux764 .

_:node1i84qc4nux764 rdf:first _:node1i84qc4nux765 .

_:node1i84qc4nux765 rdf:first crm:P94i_was_created_by;
  rdf:rest _:node1i84qc4nux766 .

_:node1i84qc4nux766 rdf:first crm:P4_has_time-span;
  rdf:rest _:node1i84qc4nux767 .

_:node1i84qc4nux767 rdf:first crm:P82a_begin_of_the_begin;
  rdf:rest rdf:nil .

_:node1i84qc4nux764 rdf:rest _:node1i84qc4nux768 .

_:node1i84qc4nux768 rdf:first _:node1i84qc4nux769 .

_:node1i84qc4nux769 rdf:first crm:P94i_was_created_by;
  rdf:rest _:node1i84qc4nux770 .

_:node1i84qc4nux770 rdf:first crm:P4_has_time-span;
  rdf:rest _:node1i84qc4nux771 .

_:node1i84qc4nux771 rdf:first crm:P82b_end_of_the_end;
  rdf:rest rdf:nil .

_:node1i84qc4nux768 rdf:rest rdf:nil .

oash:P248 core:enableNegation true;
  dash:propertyRole dash:LabelRole;
  dash:searchWidget core:AutocompleteProperty;
  sh:name "label"@en, "label"@fr;
  sh:nodeKind sh:Literal;
  sh:path skos:prefLabel .

oash:Type sh:property oash:P248, oash:P250 .

oash:P249 core:enableNegation true;
  dash:propertyRole dash:LabelRole;
  dash:searchWidget core:AutocompleteProperty;
  sh:name "label"@en, "label"@fr;
  sh:nodeKind sh:Literal;
  sh:path skos:prefLabel .

oash:Material sh:property oash:P249, oash:P251 .

oash:P250 core:enableNegation true;
  core:enableOptional true;
  sh:description "Label donné au concept. Cela peut être le label d'origine du concept ou l'expression scientifique donnée au concept dans les données."@fr,
    "Label given to the concept. It can be the original label of the concept or the scientific expression aligned to the concept in the data."@en;
  sh:name "altLabel"@en, "altLabel"@fr;
  sh:nodeKind sh:Literal;
  sh:path _:node1i84qc4nux772 .

_:node1i84qc4nux772 rdf:first skosxl:altLabel;
  rdf:rest _:node1i84qc4nux773 .

_:node1i84qc4nux773 rdf:first skosxl:literalForm;
  rdf:rest rdf:nil .

oash:P251 core:enableNegation true;
  core:enableOptional true;
  sh:description "Label donné au matériau. Cela peut être le label d'origine du matériau ou l'expression scientifique donnée au matériau dans les données."@fr,
    "Label given to the Material. It can be the original label of the concept or the scientific expression aligned to the material in the data."@en;
  sh:name "altLabel"@en, "altLabel"@fr;
  sh:nodeKind sh:Literal;
  sh:path _:node1i84qc4nux774 .

_:node1i84qc4nux774 rdf:first skosxl:altLabel;
  rdf:rest _:node1i84qc4nux775 .

_:node1i84qc4nux775 rdf:first skosxl:literalForm;
  rdf:rest rdf:nil .

oash:P9 a skos:Concept .

oash:P10 a skos:Concept .

oash:P11 a skos:Concept .

oash:P12 a skos:Concept .

oash:P13 a skos:Concept .

oash:P14 a skos:Concept .

oash:P16 a skos:Concept .

oash:P17 a skos:Concept .

oash:P18 a skos:Concept .

oash:P19 a skos:Concept .

oash:P20 a skos:Concept .

oash:P21 a skos:Concept .

oash:P22 a skos:Concept .

oash:P24 a skos:Concept .

oash:P25 a skos:Concept .

oash:P26 a skos:Concept .

oash:P27 a skos:Concept .

oash:P29 a skos:Concept .

oash:P30 a skos:Concept .

oash:P31 a skos:Concept .

oash:P32 a skos:Concept .

oash:P33 a skos:Concept .

oash:P35 a skos:Concept .

oash:P36 a skos:Concept .

oash:P37 a skos:Concept .

oash:P38 a skos:Concept .

oash:P39 a skos:Concept .

oash:P40 a skos:Concept .

oash:P41 a skos:Concept .

oash:P42 a skos:Concept .

oash:P43 a skos:Concept .

oash:P45 a skos:Concept .

oash:P46 a skos:Concept .

oash:P47 a skos:Concept .

oash:P48 a skos:Concept .

oash:P49 a skos:Concept .

oash:P50 a skos:Concept .

oash:P51 a skos:Concept .

oash:P52 a skos:Concept .

oash:P53 a skos:Concept .

oash:P54 a skos:Concept .

oash:P55 a skos:Concept .

oash:P56 a skos:Concept .

oash:P57 a skos:Concept .

oash:P59 a skos:Concept .

oash:P60 a skos:Concept .

oash:P61 a skos:Concept .

oash:P62 a skos:Concept .

oash:P63 a skos:Concept .

oash:P64 a skos:Concept .

oash:P65 a skos:Concept .

oash:P66 a skos:Concept .

oash:P67 a skos:Concept .

oash:P68 a skos:Concept .

oash:P69 a skos:Concept .

oash:P70 a skos:Concept .

oash:P71 a skos:Concept .

oash:P73 a skos:Concept .

oash:P74 a skos:Concept .

oash:P75 a skos:Concept .

oash:P76 a skos:Concept .

oash:P77 a skos:Concept .

oash:P78 a skos:Concept .

oash:P79 a skos:Concept .

oash:P80 a skos:Concept .

oash:P81 a skos:Concept .

oash:P82 a skos:Concept .

oash:P83 a skos:Concept .

oash:P85 a skos:Concept .

oash:P86 a skos:Concept .

oash:P87 a skos:Concept .

oash:P88 a skos:Concept .

oash:P89 a skos:Concept .

oash:P90 a skos:Concept .

oash:P91 a skos:Concept .

oash:P92 a skos:Concept .

oash:P94 a skos:Concept .

oash:P95 a skos:Concept .

oash:P96 a skos:Concept .

oash:P97 a skos:Concept .

oash:P98 a skos:Concept .

oash:P99 a skos:Concept .

oash:P100 a skos:Concept .

oash:P101 a skos:Concept .

oash:P102 a skos:Concept .

oash:P104 a skos:Concept .

oash:P106 a skos:Concept .

oash:P107 a skos:Concept .

oash:P108 a skos:Concept .

oash:P110 a skos:Concept .

oash:P111 a skos:Concept .

oash:P112 a skos:Concept .

oash:P113 a skos:Concept .

oash:P114 a skos:Concept .

oash:P115 a skos:Concept .

oash:P117 a skos:Concept .

oash:P118 a skos:Concept .

oash:P120 a skos:Concept .

oash:P121 a skos:Concept .

oash:P122 a skos:Concept .

oash:P123 a skos:Concept .

oash:P124 a skos:Concept .

oash:P125 a skos:Concept .

oash:P126 a skos:Concept .

oash:P127 a skos:Concept .

oash:P128 a skos:Concept .

oash:P129 a skos:Concept .

oash:P131 a skos:Concept .

oash:P132 a skos:Concept .

oash:P133 a skos:Concept .

oash:P134 a skos:Concept .

oash:P135 a skos:Concept .

oash:P136 a skos:Concept .

oash:P137 a skos:Concept .

oash:P138 a skos:Concept .

oash:P139 a skos:Concept .

oash:P140 a skos:Concept .

oash:P142 a skos:Concept .

oash:P143 a skos:Concept .

oash:P144 a skos:Concept .

oash:P145 a skos:Concept .

oash:P146 a skos:Concept .

oash:P147 a skos:Concept .

oash:P148 a skos:Concept .

oash:P149 a skos:Concept .

oash:P150 a skos:Concept .

oash:P151 a skos:Concept .

oash:P153 a skos:Concept .

oash:P154 a skos:Concept .

oash:P155 a skos:Concept .

oash:P156 a skos:Concept .

oash:P157 a skos:Concept .

oash:P158 a skos:Concept .

oash:P159 a skos:Concept .

oash:P160 a skos:Concept .

oash:P161 a skos:Concept .

oash:P162 a skos:Concept .

oash:P163 a skos:Concept .

oash:P164 a skos:Concept .

oash:P165 a skos:Concept .

oash:P166 a skos:Concept .

oash:P167 a skos:Concept .

oash:P168 a skos:Concept .

oash:P170 a skos:Concept .

oash:P171 a skos:Concept .

oash:P172 a skos:Concept .

oash:P173 a skos:Concept .

oash:P174 a skos:Concept .

oash:P175 a skos:Concept .

oash:P176 a skos:Concept .

oash:P177 a skos:Concept .

oash:P178 a skos:Concept .

oash:P179 a skos:Concept .

oash:P180 a skos:Concept .

oash:P181 a skos:Concept .

oash:P183 a skos:Concept .

oash:P184 a skos:Concept .

oash:P185 a skos:Concept .

oash:P186 a skos:Concept .

oash:P187 a skos:Concept .

oash:P189 a skos:Concept .

oash:P190 a skos:Concept .

oash:P191 a skos:Concept .

oash:P192 a skos:Concept .

oash:P193 a skos:Concept .

oash:P195 a skos:Concept .

oash:P196 a skos:Concept .

oash:P197 a skos:Concept .

oash:P198 a skos:Concept .

oash:P199 a skos:Concept .

oash:P200 a skos:Concept .

oash:P201 a skos:Concept .

oash:P202 a skos:Concept .

oash:P203 a skos:Concept .

oash:P204 a skos:Concept .

oash:P205 a skos:Concept .

oash:P207 a skos:Concept .

oash:P208 a skos:Concept .

oash:P209 a skos:Concept .

oash:P210 a skos:Concept .

oash:P211 a skos:Concept .

oash:P212 a skos:Concept .

oash:P213 a skos:Concept .

oash:P214 a skos:Concept .

oash:P215 a skos:Concept .

oash:P216 a skos:Concept .

oash:P218 a skos:Concept .

oash:P219 a skos:Concept .

oash:P220 a skos:Concept .

oash:P221 a skos:Concept .

oash:P222 a skos:Concept .

oash:P223 a skos:Concept .

oash:P224 a skos:Concept .

oash:P225 a skos:Concept .

oash:P226 a skos:Concept .

oash:P227 a skos:Concept .

oash:P228 a skos:Concept .

oash:P229 a skos:Concept .

oash:P230 a skos:Concept .

oash:P231 a skos:Concept .

oash:P233 a skos:Concept .

oash:P234 a skos:Concept .

oash:P236 a skos:Concept .

oash:P237 a skos:Concept .

oash:P238 a skos:Concept .

oash:P239 a skos:Concept .

oash:P240 a skos:Concept .

oash:P241 a skos:Concept .

oash:P242 a skos:Concept .

oash:P243 a skos:Concept .

oash:P244 a skos:Concept .

oash:P245 a skos:Concept .

oash:P246 a skos:Concept .

oash:P248 a skos:Concept .

oash:P249 a skos:Concept .

oash:P250 a skos:Concept .

oash:P251 a skos:Concept .

oash:P9 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P10 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P11 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P12 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P13 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P14 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P16 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P17 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P18 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P19 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P20 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P21 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P22 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P24 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P25 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P26 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P27 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P29 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P30 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P31 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P32 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P33 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P35 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P36 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P37 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P38 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P39 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P40 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P41 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P42 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P43 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P45 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P46 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P47 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P48 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P49 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P50 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P51 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P52 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P53 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P54 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P55 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P56 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P57 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P59 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P60 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P61 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P62 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P63 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P64 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P65 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P66 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P67 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P68 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P69 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P70 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P71 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P73 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P74 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P75 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P76 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P77 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P78 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P79 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P80 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P81 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P82 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P83 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P85 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P86 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P87 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P88 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P89 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P90 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P91 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P92 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P94 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P95 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P96 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P97 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P98 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P99 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P100 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P101 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P102 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P104 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P106 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P107 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P108 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P110 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P111 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P112 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P113 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P114 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P115 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P117 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P118 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P120 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P121 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P122 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P123 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P124 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P125 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P126 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P127 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P128 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P129 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P131 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P132 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P133 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P134 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P135 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P136 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P137 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P138 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P139 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P140 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P142 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P143 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P144 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P145 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P146 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P147 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P148 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P149 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P150 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P151 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P153 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P154 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P155 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P156 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P157 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P158 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P159 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P160 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P161 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P162 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P163 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P164 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P165 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P166 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P167 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P168 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P170 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P171 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P172 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P173 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P174 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P175 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P176 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P177 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P178 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P179 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P180 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P181 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P183 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P184 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P185 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P186 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P187 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P189 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P190 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P191 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P192 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P193 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P195 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P196 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P197 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P198 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P199 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P200 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P201 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P202 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P203 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P204 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P205 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P207 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P208 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P209 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P210 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P211 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P212 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P213 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P214 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P215 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P216 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P218 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P219 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P220 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P221 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P222 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P223 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P224 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P225 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P226 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P227 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P228 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P229 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P230 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P231 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P233 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P234 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P236 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P237 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P238 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P239 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P240 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P241 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P242 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P243 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P244 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P245 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P246 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P248 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P249 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P250 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P251 skos:inScheme <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

<http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> a skos:ConceptScheme;
  skos:hasTopConcept oash:P10, oash:P11, oash:P12, oash:P13, oash:P14, oash:P16, oash:P17,
    oash:P18, oash:P19, oash:P20, oash:P21, oash:P22, oash:P24, oash:P25, oash:P26, oash:P27,
    oash:P29, oash:P30, oash:P31, oash:P32, oash:P33, oash:P35, oash:P36, oash:P37, oash:P38,
    oash:P39, oash:P40, oash:P41, oash:P42, oash:P43, 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: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:P73, oash:P74, oash:P75, oash:P76, oash:P77,
    oash:P78, oash:P79, oash:P80, oash:P100, oash:P81, oash:P101, oash:P82, oash:P102,
    oash:P83, oash:P104, oash:P85, oash:P106, oash:P86, oash:P107, oash:P87, oash:P108,
    oash:P88, oash:P110, oash:P89, oash:P111, oash:P9, oash:P112, oash:P90, oash:P113,
    oash:P91, oash:P114, oash:P92, oash:P115, oash:P94, oash:P117, oash:P95, oash:P118,
    oash:P96, oash:P120, oash:P97, oash:P121, oash:P98, oash:P122, oash:P99, oash:P123 .

oash:P9 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P10 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P11 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P12 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P13 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P14 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P16 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P17 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P18 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P19 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P20 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P21 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P22 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P24 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P25 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P26 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P27 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P29 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P30 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P31 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P32 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P33 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P35 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P36 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P37 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P38 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P39 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P40 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P41 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P42 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P43 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P45 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P46 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P47 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P48 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P49 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P50 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P51 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P52 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P53 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P54 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P55 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P56 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P57 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P59 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P60 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P61 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P62 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P63 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P64 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P65 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P66 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P67 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P68 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P69 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P70 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P71 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P73 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P74 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P75 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P76 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P77 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P78 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P79 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P80 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P81 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P82 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P83 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P85 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P86 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P87 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P88 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P89 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P90 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P91 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P92 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P94 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P95 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P96 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P97 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P98 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P99 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P100 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P101 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P102 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P104 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P106 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P107 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P108 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P110 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P111 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P112 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P113 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P114 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P115 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P117 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P118 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P120 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P121 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P122 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P123 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

<http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> skos:hasTopConcept
    oash:P124, oash:P125, oash:P126, oash:P127, oash:P128, oash:P129, oash:P131, oash:P132,
    oash:P133, oash:P134, oash:P135, oash:P136, oash:P137, oash:P138, oash:P139, oash:P140,
    oash:P142, oash:P143, oash:P144, oash:P145, oash:P146, oash:P147, oash:P148, oash:P149,
    oash:P150, oash:P151, oash:P153, oash:P154, oash:P155, oash:P156, oash:P157, oash:P158,
    oash:P159, oash:P160, oash:P161, oash:P162, oash:P163, oash:P164, oash:P165, oash:P166,
    oash:P167, oash:P168, oash:P170, oash:P171, oash:P172, oash:P173, oash:P174, oash:P175,
    oash:P176, oash:P177, oash:P178, oash:P179, oash:P180, oash:P181, oash:P183, oash:P184,
    oash:P185, oash:P186, oash:P187, oash:P189, oash:P190, oash:P191, oash:P192, oash:P193,
    oash:P195, oash:P196, oash:P197, oash:P198, oash:P199, oash:P200, oash:P201, oash:P202,
    oash:P203, oash:P204, oash:P205, oash:P207, oash:P208, oash:P209, oash:P210, oash:P211,
    oash:P212, oash:P213, oash:P214, oash:P215, oash:P216, oash:P218, oash:P219, oash:P220,
    oash:P221, oash:P222, oash:P223, oash:P224, oash:P225, oash:P226, oash:P227, oash:P228,
    oash:P229, oash:P230, oash:P231, oash:P233, oash:P234 .

oash:P124 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P125 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P126 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P127 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P128 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P129 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P131 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P132 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P133 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P134 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P135 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P136 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P137 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P138 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P139 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P140 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P142 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P143 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P144 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P145 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P146 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P147 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P148 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P149 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P150 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P151 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P153 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P154 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P155 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P156 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P157 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P158 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P159 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P160 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P161 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P162 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P163 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P164 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P165 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P166 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P167 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P168 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P170 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P171 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P172 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P173 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P174 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P175 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P176 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P177 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P178 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P179 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P180 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P181 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P183 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P184 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P185 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P186 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P187 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P189 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P190 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P191 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P192 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P193 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P195 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P196 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P197 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P198 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P199 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P200 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P201 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P202 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P203 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P204 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P205 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P207 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P208 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P209 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P210 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P211 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P212 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P213 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P214 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P215 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P216 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P218 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P219 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P220 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P221 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P222 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P223 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P224 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P225 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P226 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P227 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P228 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P229 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P230 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P231 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P233 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P234 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

<http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> skos:hasTopConcept
    oash:P236, oash:P237, oash:P238, oash:P239, oash:P240, oash:P241, oash:P242, oash:P243,
    oash:P244, oash:P245, oash:P246, oash:P248, oash:P249, oash:P250, oash:P251 .

oash:P236 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P237 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P238 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P239 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P240 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P241 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P242 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P243 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P244 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P245 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P246 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P248 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P249 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P250 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:P251 skos:topConceptOf <http://openarchaeo.huma-num.fr/federation/shapes/openarchaeo-shapes/> .

oash:List_skosxl-altlabel_count a datasources:SparqlDatasource;
  datasources:labelPath "<http://www.w3.org/2008/05/skos-xl#altLabel>/<http://www.w3.org/2008/05/skos-xl#literalForm>";
  datasources:queryTemplate datasources:query_list_label_with_range_count .

oash:Wall_prefLabel a datasources:SparqlDatasource;
  datasources:labelProperty skos:prefLabel;
  datasources:queryTemplate oash:Wall_label .

oash:Feature_prefLabel a datasources:SparqlDatasource;
  datasources:labelProperty skos:prefLabel;
  datasources:queryTemplate oash:Feature_label .

oash:Burial_prefLabel a datasources:SparqlDatasource;
  datasources:labelProperty skos:prefLabel;
  datasources:queryTemplate oash:Burial_label .

oash:list_skos-preflabel_range-count a datasources:SparqlDatasource;
  datasources:labelProperty skos:prefLabel;
  datasources:queryTemplate datasources:query_list_label_with_range_alpha_with_count .

oash:place_autocomplete a datasources:SparqlDatasource;
  datasources:labelProperty skos:prefLabel;
  datasources:queryTemplate oash:Place_Query_without_filter_lang .

this:query_search_label_contains_langfr a datasources:SPARQLQuery;
  datasources:queryString """SELECT DISTINCT ?uri ?label
WHERE {
 ?domain a $domain .
 ?domain $property ?uri .
 ?uri a $range .
 ?uri $labelPath ?label .
 FILTER(isIRI(?uri))
 FILTER(CONTAINS(LCASE(STR(?label)), LCASE(\"$key\"))) 
 FILTER(lang(?label) = '' || lang(?label) = \"fr\")
} 
ORDER BY UCASE(?label)
LIMIT 50""";
  rdfs:comment "A query that will search in labels using contains function, first in the user language but will default to French."@en .

oash:Wall_label a datasources:SPARQLQuery;
  datasources:queryString "SELECT DISTINCT ?uri ?label WHERE { ?domain $type $domain . ?domain $property ?uri . ?uri 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> ; $labelPath ?label . FILTER(isIRI(?uri)) FILTER(lang(?label) = \"\" || lang(?label) = $lang) }";
  rdfs:comment "A query that will search the label for an oash:Wall entity"@en .

oash:Feature_label a datasources:SPARQLQuery;
  datasources:queryString "SELECT DISTINCT ?uri ?label WHERE { ?domain $type $domain . ?domain $property ?uri . ?uri 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> ; $labelPath ?label . FILTER(isIRI(?uri)) FILTER(lang(?label) = \"\" || lang(?label) = $lang) }";
  rdfs:comment "A query that will search the label for an oash:Feature entity"@en .

oash:Burial_label a datasources:SPARQLQuery;
  datasources:queryString "SELECT DISTINCT ?uri ?label WHERE { ?domain $type $domain . ?domain $property ?uri . ?uri 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> ; $labelPath ?label . FILTER(isIRI(?uri)) FILTER(lang(?label) = \"\" || lang(?label) = $lang) }";
  rdfs:comment "A query that will search the label for an oash:Burial entity."@en .

oash:Place_Query_without_filter_lang a datasources:SPARQLQuery;
  datasources:queryString "SELECT DISTINCT ?uri ?label WHERE { ?domain $type $domain . ?domain $property ?uri . ?uri $type $range . ?uri $labelPath ?label . FILTER(isIRI(?uri)) FILTER(CONTAINS(LCASE(STR(?label)), LCASE(\"$key\"))) } ORDER BY UCASE(?label) LIMIT 10";
  rdfs:comment "A query that will search for geonames without taking into account the lang of the label."@en .
