From aea7b4d95e51696a921f600d89419a6da2ce6582 Mon Sep 17 00:00:00 2001 From: EmielPwC <113589402+EmielPwC@users.noreply.github.com> Date: Wed, 31 Jan 2024 16:34:53 +0100 Subject: [PATCH] update 2.1.1 --- releases/2.1.1/context/core-person-ap.jsonld | 488 +++--- .../2.1.1/context/core-person-ap_en.jsonld | 488 +++--- releases/2.1.1/index.html | 13 +- .../2.1.1/shacl/core-person-ap-SHACL.jsonld | 1316 ++--------------- releases/2.1.1/shacl/core-person-ap-SHACL.ttl | 653 +------- .../shacl/core-person-ap-SHACL_en.jsonld | 1316 ++--------------- releases/2.1.1/uml/CoreVocabularies.EAP | Bin 4034560 -> 4065280 bytes releases/2.1.1/voc/core-person-voc.ttl | 36 +- 8 files changed, 763 insertions(+), 3547 deletions(-) diff --git a/releases/2.1.1/context/core-person-ap.jsonld b/releases/2.1.1/context/core-person-ap.jsonld index 15544d0..8c905be 100644 --- a/releases/2.1.1/context/core-person-ap.jsonld +++ b/releases/2.1.1/context/core-person-ap.jsonld @@ -1,271 +1,243 @@ { "@context": { - "Address": { - "@context": { - "addressArea": { - "@container": "@set", - "@id": "http://www.w3.org/ns/locn#addressArea", - "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" - }, - "addressId": { - "@container": "@set", - "@id": "http://www.w3.org/ns/locn#addressId" - }, - "administrativeUnitLevel1": { - "@container": "@set", - "@id": "http://www.w3.org/ns/locn#adminUnitL1", - "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" - }, - "administrativeUnitLevel2": { - "@container": "@set", - "@id": "http://www.w3.org/ns/locn#adminUnitL2", - "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" - }, - "fullAddress": { - "@container": "@set", - "@id": "http://www.w3.org/ns/locn#fullAddress", - "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" - }, - "locatorDesignator": { - "@container": "@set", - "@id": "http://www.w3.org/ns/locn#locatorDesignator" - }, - "locatorName": { - "@container": "@set", - "@id": "http://www.w3.org/ns/locn#locatorName", - "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" - }, - "postCode": { - "@container": "@set", - "@id": "http://www.w3.org/ns/locn#postCode" - }, - "postName": { - "@container": "@set", - "@id": "http://www.w3.org/ns/locn#postName", - "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" - }, - "postOfficeBox": { - "@container": "@set", - "@id": "http://www.w3.org/ns/locn#poBox" - }, - "thoroughfare": { - "@container": "@set", - "@id": "http://www.w3.org/ns/locn#thoroughfare", - "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" - } - }, - "@id": "http://www.w3.org/ns/locn#Address" - }, - "Agent": { - "@context": { - "name": { - "@container": "@set", - "@id": "http://purl.org/dc/terms/title", - "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" - }, - "type": { - "@container": "@set", - "@id": "http://purl.org/dc/terms/type", - "@type": "@id" - } - }, - "@id": "http://xmlns.com/foaf/0.1/Agent" + "Address": "http://www.w3.org/ns/locn#Address", + "Address.addressArea": { + "@container": "@set", + "@id": "http://www.w3.org/ns/locn#addressArea", + "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" + }, + "Address.addressId": { + "@container": "@set", + "@id": "http://www.w3.org/ns/locn#addressId" + }, + "Address.administrativeUnitLevel1": { + "@container": "@set", + "@id": "http://www.w3.org/ns/locn#adminUnitL1", + "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" + }, + "Address.administrativeUnitLevel2": { + "@container": "@set", + "@id": "http://www.w3.org/ns/locn#adminUnitL2", + "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" + }, + "Address.fullAddress": { + "@container": "@set", + "@id": "http://www.w3.org/ns/locn#fullAddress", + "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" + }, + "Address.locatorDesignator": { + "@container": "@set", + "@id": "http://www.w3.org/ns/locn#locatorDesignator" + }, + "Address.locatorName": { + "@container": "@set", + "@id": "http://www.w3.org/ns/locn#locatorName", + "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" + }, + "Address.postCode": { + "@container": "@set", + "@id": "http://www.w3.org/ns/locn#postCode" + }, + "Address.postName": { + "@container": "@set", + "@id": "http://www.w3.org/ns/locn#postName", + "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" + }, + "Address.postOfficeBox": { + "@container": "@set", + "@id": "http://www.w3.org/ns/locn#poBox" + }, + "Address.thoroughfare": { + "@container": "@set", + "@id": "http://www.w3.org/ns/locn#thoroughfare", + "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" + }, + "Agent": "http://xmlns.com/foaf/0.1/Agent", + "Agent.name": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/title", + "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" + }, + "Agent.type": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/type", + "@type": "@id" }, "Code": "http://www.w3.org/2004/02/skos/core#Concept", - "ContactPoint": { - "@context": { - "contactPage": { - "@container": "@set", - "@id": "http://data.europa.eu/m8g/contactPage", - "@type": "@id" - }, - "hasEmail": { - "@container": "@set", - "@id": "http://data.europa.eu/m8g/email" - }, - "hasTelephone": { - "@container": "@set", - "@id": "http://data.europa.eu/m8g/telephone" - } - }, - "@id": "http://data.europa.eu/m8g/ContactPoint" + "ContactPoint": "http://data.europa.eu/m8g/ContactPoint", + "ContactPoint.contactPage": { + "@container": "@set", + "@id": "http://data.europa.eu/m8g/contactPage", + "@type": "@id" + }, + "ContactPoint.hasEmail": { + "@container": "@set", + "@id": "http://data.europa.eu/m8g/email" + }, + "ContactPoint.hasTelephone": { + "@container": "@set", + "@id": "http://data.europa.eu/m8g/telephone" }, "Date": "http://www.w3.org/2001/XMLSchema#date", "Document": "http://xmlns.com/foaf/0.1/Document", "GenericDate": "http://data.europa.eu/m8g/GenericDate", - "Identifier": { - "@context": { - "dateOfIssue": { - "@container": "@set", - "@id": "http://purl.org/dc/terms/issued", - "@type": "http://www.w3.org/2001/XMLSchema#date" - }, - "identifies": { - "@container": "@set", - "@id": "http://www.w3.org/ns/adms#identifies", - "@type": "@id" - }, - "issuingAuthorityUri": { - "@container": "@set", - "@id": "http://purl.org/dc/terms/creator", - "@type": "@id" - }, - "notation": { - "@container": "@set", - "@id": "http://www.w3.org/2004/02/skos/core#notation" - }, - "schemaAgency": { - "@container": "@set", - "@id": "http://www.w3.org/ns/adms#schemeAgency" - }, - "schemeName": { - "@container": "@set", - "@id": "http://www.w3.org/2000/01/rdf-schema#label", - "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" - }, - "schemeUri": { - "@container": "@set", - "@id": "http://purl.org/dc/terms/conformsTo", - "@type": "http://www.w3.org/2001/XMLSchema#anyURI" - } - }, - "@id": "http://www.w3.org/ns/adms#Identifier" - }, - "Jurisdiction": { - "@context": { - "id": { - "@container": "@set", - "@id": "http://purl.org/dc/terms/identifier", - "@type": "http://www.w3.org/2001/XMLSchema#anyURI" - }, - "name": { - "@container": "@set", - "@id": "http://www.w3.org/2000/01/rdf-schema#label", - "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" - } - }, - "@id": "http://purl.org/dc/terms/Jurisdiction" + "Identifier": "http://www.w3.org/ns/adms#Identifier", + "Identifier.dateOfIssue": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/issued", + "@type": "http://www.w3.org/2001/XMLSchema#date" + }, + "Identifier.identifies": { + "@container": "@set", + "@id": "http://data.europa.eu/m8g/identifies", + "@type": "@id" + }, + "Identifier.issuingAuthorityUri": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/creator", + "@type": "@id" + }, + "Identifier.notation": { + "@container": "@set", + "@id": "http://www.w3.org/2004/02/skos/core#notation" + }, + "Identifier.schemaAgency": { + "@container": "@set", + "@id": "http://www.w3.org/ns/adms#schemeAgency" + }, + "Identifier.schemeName": { + "@container": "@set", + "@id": "http://www.w3.org/2000/01/rdf-schema#label", + "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" + }, + "Identifier.schemeUri": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/conformsTo", + "@type": "http://www.w3.org/2001/XMLSchema#anyURI" + }, + "Jurisdiction": "http://purl.org/dc/terms/Jurisdiction", + "Jurisdiction.id": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/identifier", + "@type": "http://www.w3.org/2001/XMLSchema#anyURI" + }, + "Jurisdiction.name": { + "@container": "@set", + "@id": "http://www.w3.org/2000/01/rdf-schema#label", + "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" }, "Literal": "http://www.w3.org/2000/01/rdf-schema#Literal", - "Location": { - "@context": { - "geographicIdentifier": { - "@container": "@set", - "@id": "http://www.w3.org/2000/01/rdf-schema#seeAlso", - "@type": "http://www.w3.org/2001/XMLSchema#anyURI" - }, - "geographicName": { - "@container": "@set", - "@id": "http://www.w3.org/ns/locn#geographicName", - "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" - } - }, - "@id": "http://purl.org/dc/terms/Location" - }, - "Person": { - "@context": { - "alternativeName": { - "@container": "@set", - "@id": "http://purl.org/dc/terms/alternative", - "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" - }, - "birthName": { - "@container": "@set", - "@id": "http://www.w3.org/ns/person#birthName", - "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" - }, - "citizenship": { - "@container": "@set", - "@id": "http://www.w3.org/ns/person#citizenship", - "@type": "@id" - }, - "contactPoint": { - "@container": "@set", - "@id": "http://data.europa.eu/m8g/contactPoint", - "@type": "@id" - }, - "countryOfBirth": { - "@container": "@set", - "@id": "http://www.w3.org/ns/person#countryOfBirth", - "@type": "@id" - }, - "countryOfDeath": { - "@container": "@set", - "@id": "http://www.w3.org/ns/person#countryOfDeath", - "@type": "@id" - }, - "dateOfBirth": { - "@container": "@set", - "@id": "http://data.europa.eu/m8g/birthDate", - "@type": "http://data.europa.eu/m8g/GenericDate" - }, - "dateOfDeath": { - "@container": "@set", - "@id": "http://data.europa.eu/m8g/deathDate", - "@type": "http://data.europa.eu/m8g/GenericDate" - }, - "domicile": { - "@container": "@set", - "@id": "http://data.europa.eu/m8g/domicile", - "@type": "@id" - }, - "familyName": { - "@container": "@set", - "@id": "http://xmlns.com/foaf/0.1/familyName", - "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" - }, - "fullName": { - "@container": "@set", - "@id": "http://xmlns.com/foaf/0.1/name", - "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" - }, - "gender": { - "@container": "@set", - "@id": "http://data.europa.eu/m8g/gender", - "@type": "@id" - }, - "givenName": { - "@container": "@set", - "@id": "http://xmlns.com/foaf/0.1/givenName", - "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" - }, - "identifier": { - "@container": "@set", - "@id": "http://purl.org/dc/terms/identifier", - "@type": "@id" - }, - "matronymicName": { - "@container": "@set", - "@id": "http://data.europa.eu/m8g/matronymicName", - "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" - }, - "patronymicName": { - "@container": "@set", - "@id": "http://www.w3.org/ns/person#patronymicName", - "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" - }, - "placeOfBirth": { - "@container": "@set", - "@id": "http://www.w3.org/ns/person#placeOfBirth", - "@type": "@id" - }, - "placeOfDeath": { - "@container": "@set", - "@id": "http://www.w3.org/ns/person#placeOfDeath", - "@type": "@id" - }, - "residency": { - "@container": "@set", - "@id": "http://www.w3.org/ns/person#residency", - "@type": "@id" - }, - "sex": { - "@container": "@set", - "@id": "http://data.europa.eu/m8g/sex", - "@type": "@id" - } - }, - "@id": "http://www.w3.org/ns/person#Person" + "Location": "http://purl.org/dc/terms/Location", + "Location.geographicIdentifier": { + "@container": "@set", + "@id": "http://www.w3.org/2000/01/rdf-schema#seeAlso", + "@type": "http://www.w3.org/2001/XMLSchema#anyURI" + }, + "Location.geographicName": { + "@container": "@set", + "@id": "http://www.w3.org/ns/locn#geographicName", + "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" + }, + "Person": "http://www.w3.org/ns/person#Person", + "Person.alternativeName": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/alternative", + "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" + }, + "Person.birthName": { + "@container": "@set", + "@id": "http://www.w3.org/ns/person#birthName", + "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" + }, + "Person.citizenship": { + "@container": "@set", + "@id": "http://www.w3.org/ns/person#citizenship", + "@type": "@id" + }, + "Person.contactPoint": { + "@container": "@set", + "@id": "http://data.europa.eu/m8g/contactPoint", + "@type": "@id" + }, + "Person.countryOfBirth": { + "@container": "@set", + "@id": "http://www.w3.org/ns/person#countryOfBirth", + "@type": "@id" + }, + "Person.countryOfDeath": { + "@container": "@set", + "@id": "http://www.w3.org/ns/person#countryOfDeath", + "@type": "@id" + }, + "Person.dateOfBirth": { + "@container": "@set", + "@id": "http://data.europa.eu/m8g/birthDate", + "@type": "http://data.europa.eu/m8g/GenericDate" + }, + "Person.dateOfDeath": { + "@container": "@set", + "@id": "http://data.europa.eu/m8g/deathDate", + "@type": "http://data.europa.eu/m8g/GenericDate" + }, + "Person.domicile": { + "@container": "@set", + "@id": "http://data.europa.eu/m8g/domicile", + "@type": "@id" + }, + "Person.familyName": { + "@container": "@set", + "@id": "http://xmlns.com/foaf/0.1/familyName", + "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" + }, + "Person.fullName": { + "@container": "@set", + "@id": "http://xmlns.com/foaf/0.1/name", + "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" + }, + "Person.gender": { + "@container": "@set", + "@id": "http://data.europa.eu/m8g/gender", + "@type": "@id" + }, + "Person.givenName": { + "@container": "@set", + "@id": "http://xmlns.com/foaf/0.1/givenName", + "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" + }, + "Person.identifier": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/identifier", + "@type": "@id" + }, + "Person.matronymicName": { + "@container": "@set", + "@id": "http://data.europa.eu/m8g/matronymicName", + "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" + }, + "Person.patronymicName": { + "@container": "@set", + "@id": "http://www.w3.org/ns/person#patronymicName", + "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" + }, + "Person.placeOfBirth": { + "@container": "@set", + "@id": "http://www.w3.org/ns/person#placeOfBirth", + "@type": "@id" + }, + "Person.placeOfDeath": { + "@container": "@set", + "@id": "http://www.w3.org/ns/person#placeOfDeath", + "@type": "@id" + }, + "Person.residency": { + "@container": "@set", + "@id": "http://www.w3.org/ns/person#residency", + "@type": "@id" + }, + "Person.sex": { + "@container": "@set", + "@id": "http://data.europa.eu/m8g/sex", + "@type": "@id" }, "Text": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", "Uri": "http://www.w3.org/2001/XMLSchema#anyURI" diff --git a/releases/2.1.1/context/core-person-ap_en.jsonld b/releases/2.1.1/context/core-person-ap_en.jsonld index 15544d0..8c905be 100644 --- a/releases/2.1.1/context/core-person-ap_en.jsonld +++ b/releases/2.1.1/context/core-person-ap_en.jsonld @@ -1,271 +1,243 @@ { "@context": { - "Address": { - "@context": { - "addressArea": { - "@container": "@set", - "@id": "http://www.w3.org/ns/locn#addressArea", - "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" - }, - "addressId": { - "@container": "@set", - "@id": "http://www.w3.org/ns/locn#addressId" - }, - "administrativeUnitLevel1": { - "@container": "@set", - "@id": "http://www.w3.org/ns/locn#adminUnitL1", - "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" - }, - "administrativeUnitLevel2": { - "@container": "@set", - "@id": "http://www.w3.org/ns/locn#adminUnitL2", - "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" - }, - "fullAddress": { - "@container": "@set", - "@id": "http://www.w3.org/ns/locn#fullAddress", - "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" - }, - "locatorDesignator": { - "@container": "@set", - "@id": "http://www.w3.org/ns/locn#locatorDesignator" - }, - "locatorName": { - "@container": "@set", - "@id": "http://www.w3.org/ns/locn#locatorName", - "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" - }, - "postCode": { - "@container": "@set", - "@id": "http://www.w3.org/ns/locn#postCode" - }, - "postName": { - "@container": "@set", - "@id": "http://www.w3.org/ns/locn#postName", - "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" - }, - "postOfficeBox": { - "@container": "@set", - "@id": "http://www.w3.org/ns/locn#poBox" - }, - "thoroughfare": { - "@container": "@set", - "@id": "http://www.w3.org/ns/locn#thoroughfare", - "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" - } - }, - "@id": "http://www.w3.org/ns/locn#Address" - }, - "Agent": { - "@context": { - "name": { - "@container": "@set", - "@id": "http://purl.org/dc/terms/title", - "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" - }, - "type": { - "@container": "@set", - "@id": "http://purl.org/dc/terms/type", - "@type": "@id" - } - }, - "@id": "http://xmlns.com/foaf/0.1/Agent" + "Address": "http://www.w3.org/ns/locn#Address", + "Address.addressArea": { + "@container": "@set", + "@id": "http://www.w3.org/ns/locn#addressArea", + "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" + }, + "Address.addressId": { + "@container": "@set", + "@id": "http://www.w3.org/ns/locn#addressId" + }, + "Address.administrativeUnitLevel1": { + "@container": "@set", + "@id": "http://www.w3.org/ns/locn#adminUnitL1", + "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" + }, + "Address.administrativeUnitLevel2": { + "@container": "@set", + "@id": "http://www.w3.org/ns/locn#adminUnitL2", + "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" + }, + "Address.fullAddress": { + "@container": "@set", + "@id": "http://www.w3.org/ns/locn#fullAddress", + "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" + }, + "Address.locatorDesignator": { + "@container": "@set", + "@id": "http://www.w3.org/ns/locn#locatorDesignator" + }, + "Address.locatorName": { + "@container": "@set", + "@id": "http://www.w3.org/ns/locn#locatorName", + "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" + }, + "Address.postCode": { + "@container": "@set", + "@id": "http://www.w3.org/ns/locn#postCode" + }, + "Address.postName": { + "@container": "@set", + "@id": "http://www.w3.org/ns/locn#postName", + "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" + }, + "Address.postOfficeBox": { + "@container": "@set", + "@id": "http://www.w3.org/ns/locn#poBox" + }, + "Address.thoroughfare": { + "@container": "@set", + "@id": "http://www.w3.org/ns/locn#thoroughfare", + "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" + }, + "Agent": "http://xmlns.com/foaf/0.1/Agent", + "Agent.name": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/title", + "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" + }, + "Agent.type": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/type", + "@type": "@id" }, "Code": "http://www.w3.org/2004/02/skos/core#Concept", - "ContactPoint": { - "@context": { - "contactPage": { - "@container": "@set", - "@id": "http://data.europa.eu/m8g/contactPage", - "@type": "@id" - }, - "hasEmail": { - "@container": "@set", - "@id": "http://data.europa.eu/m8g/email" - }, - "hasTelephone": { - "@container": "@set", - "@id": "http://data.europa.eu/m8g/telephone" - } - }, - "@id": "http://data.europa.eu/m8g/ContactPoint" + "ContactPoint": "http://data.europa.eu/m8g/ContactPoint", + "ContactPoint.contactPage": { + "@container": "@set", + "@id": "http://data.europa.eu/m8g/contactPage", + "@type": "@id" + }, + "ContactPoint.hasEmail": { + "@container": "@set", + "@id": "http://data.europa.eu/m8g/email" + }, + "ContactPoint.hasTelephone": { + "@container": "@set", + "@id": "http://data.europa.eu/m8g/telephone" }, "Date": "http://www.w3.org/2001/XMLSchema#date", "Document": "http://xmlns.com/foaf/0.1/Document", "GenericDate": "http://data.europa.eu/m8g/GenericDate", - "Identifier": { - "@context": { - "dateOfIssue": { - "@container": "@set", - "@id": "http://purl.org/dc/terms/issued", - "@type": "http://www.w3.org/2001/XMLSchema#date" - }, - "identifies": { - "@container": "@set", - "@id": "http://www.w3.org/ns/adms#identifies", - "@type": "@id" - }, - "issuingAuthorityUri": { - "@container": "@set", - "@id": "http://purl.org/dc/terms/creator", - "@type": "@id" - }, - "notation": { - "@container": "@set", - "@id": "http://www.w3.org/2004/02/skos/core#notation" - }, - "schemaAgency": { - "@container": "@set", - "@id": "http://www.w3.org/ns/adms#schemeAgency" - }, - "schemeName": { - "@container": "@set", - "@id": "http://www.w3.org/2000/01/rdf-schema#label", - "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" - }, - "schemeUri": { - "@container": "@set", - "@id": "http://purl.org/dc/terms/conformsTo", - "@type": "http://www.w3.org/2001/XMLSchema#anyURI" - } - }, - "@id": "http://www.w3.org/ns/adms#Identifier" - }, - "Jurisdiction": { - "@context": { - "id": { - "@container": "@set", - "@id": "http://purl.org/dc/terms/identifier", - "@type": "http://www.w3.org/2001/XMLSchema#anyURI" - }, - "name": { - "@container": "@set", - "@id": "http://www.w3.org/2000/01/rdf-schema#label", - "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" - } - }, - "@id": "http://purl.org/dc/terms/Jurisdiction" + "Identifier": "http://www.w3.org/ns/adms#Identifier", + "Identifier.dateOfIssue": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/issued", + "@type": "http://www.w3.org/2001/XMLSchema#date" + }, + "Identifier.identifies": { + "@container": "@set", + "@id": "http://data.europa.eu/m8g/identifies", + "@type": "@id" + }, + "Identifier.issuingAuthorityUri": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/creator", + "@type": "@id" + }, + "Identifier.notation": { + "@container": "@set", + "@id": "http://www.w3.org/2004/02/skos/core#notation" + }, + "Identifier.schemaAgency": { + "@container": "@set", + "@id": "http://www.w3.org/ns/adms#schemeAgency" + }, + "Identifier.schemeName": { + "@container": "@set", + "@id": "http://www.w3.org/2000/01/rdf-schema#label", + "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" + }, + "Identifier.schemeUri": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/conformsTo", + "@type": "http://www.w3.org/2001/XMLSchema#anyURI" + }, + "Jurisdiction": "http://purl.org/dc/terms/Jurisdiction", + "Jurisdiction.id": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/identifier", + "@type": "http://www.w3.org/2001/XMLSchema#anyURI" + }, + "Jurisdiction.name": { + "@container": "@set", + "@id": "http://www.w3.org/2000/01/rdf-schema#label", + "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" }, "Literal": "http://www.w3.org/2000/01/rdf-schema#Literal", - "Location": { - "@context": { - "geographicIdentifier": { - "@container": "@set", - "@id": "http://www.w3.org/2000/01/rdf-schema#seeAlso", - "@type": "http://www.w3.org/2001/XMLSchema#anyURI" - }, - "geographicName": { - "@container": "@set", - "@id": "http://www.w3.org/ns/locn#geographicName", - "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" - } - }, - "@id": "http://purl.org/dc/terms/Location" - }, - "Person": { - "@context": { - "alternativeName": { - "@container": "@set", - "@id": "http://purl.org/dc/terms/alternative", - "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" - }, - "birthName": { - "@container": "@set", - "@id": "http://www.w3.org/ns/person#birthName", - "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" - }, - "citizenship": { - "@container": "@set", - "@id": "http://www.w3.org/ns/person#citizenship", - "@type": "@id" - }, - "contactPoint": { - "@container": "@set", - "@id": "http://data.europa.eu/m8g/contactPoint", - "@type": "@id" - }, - "countryOfBirth": { - "@container": "@set", - "@id": "http://www.w3.org/ns/person#countryOfBirth", - "@type": "@id" - }, - "countryOfDeath": { - "@container": "@set", - "@id": "http://www.w3.org/ns/person#countryOfDeath", - "@type": "@id" - }, - "dateOfBirth": { - "@container": "@set", - "@id": "http://data.europa.eu/m8g/birthDate", - "@type": "http://data.europa.eu/m8g/GenericDate" - }, - "dateOfDeath": { - "@container": "@set", - "@id": "http://data.europa.eu/m8g/deathDate", - "@type": "http://data.europa.eu/m8g/GenericDate" - }, - "domicile": { - "@container": "@set", - "@id": "http://data.europa.eu/m8g/domicile", - "@type": "@id" - }, - "familyName": { - "@container": "@set", - "@id": "http://xmlns.com/foaf/0.1/familyName", - "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" - }, - "fullName": { - "@container": "@set", - "@id": "http://xmlns.com/foaf/0.1/name", - "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" - }, - "gender": { - "@container": "@set", - "@id": "http://data.europa.eu/m8g/gender", - "@type": "@id" - }, - "givenName": { - "@container": "@set", - "@id": "http://xmlns.com/foaf/0.1/givenName", - "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" - }, - "identifier": { - "@container": "@set", - "@id": "http://purl.org/dc/terms/identifier", - "@type": "@id" - }, - "matronymicName": { - "@container": "@set", - "@id": "http://data.europa.eu/m8g/matronymicName", - "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" - }, - "patronymicName": { - "@container": "@set", - "@id": "http://www.w3.org/ns/person#patronymicName", - "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" - }, - "placeOfBirth": { - "@container": "@set", - "@id": "http://www.w3.org/ns/person#placeOfBirth", - "@type": "@id" - }, - "placeOfDeath": { - "@container": "@set", - "@id": "http://www.w3.org/ns/person#placeOfDeath", - "@type": "@id" - }, - "residency": { - "@container": "@set", - "@id": "http://www.w3.org/ns/person#residency", - "@type": "@id" - }, - "sex": { - "@container": "@set", - "@id": "http://data.europa.eu/m8g/sex", - "@type": "@id" - } - }, - "@id": "http://www.w3.org/ns/person#Person" + "Location": "http://purl.org/dc/terms/Location", + "Location.geographicIdentifier": { + "@container": "@set", + "@id": "http://www.w3.org/2000/01/rdf-schema#seeAlso", + "@type": "http://www.w3.org/2001/XMLSchema#anyURI" + }, + "Location.geographicName": { + "@container": "@set", + "@id": "http://www.w3.org/ns/locn#geographicName", + "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" + }, + "Person": "http://www.w3.org/ns/person#Person", + "Person.alternativeName": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/alternative", + "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" + }, + "Person.birthName": { + "@container": "@set", + "@id": "http://www.w3.org/ns/person#birthName", + "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" + }, + "Person.citizenship": { + "@container": "@set", + "@id": "http://www.w3.org/ns/person#citizenship", + "@type": "@id" + }, + "Person.contactPoint": { + "@container": "@set", + "@id": "http://data.europa.eu/m8g/contactPoint", + "@type": "@id" + }, + "Person.countryOfBirth": { + "@container": "@set", + "@id": "http://www.w3.org/ns/person#countryOfBirth", + "@type": "@id" + }, + "Person.countryOfDeath": { + "@container": "@set", + "@id": "http://www.w3.org/ns/person#countryOfDeath", + "@type": "@id" + }, + "Person.dateOfBirth": { + "@container": "@set", + "@id": "http://data.europa.eu/m8g/birthDate", + "@type": "http://data.europa.eu/m8g/GenericDate" + }, + "Person.dateOfDeath": { + "@container": "@set", + "@id": "http://data.europa.eu/m8g/deathDate", + "@type": "http://data.europa.eu/m8g/GenericDate" + }, + "Person.domicile": { + "@container": "@set", + "@id": "http://data.europa.eu/m8g/domicile", + "@type": "@id" + }, + "Person.familyName": { + "@container": "@set", + "@id": "http://xmlns.com/foaf/0.1/familyName", + "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" + }, + "Person.fullName": { + "@container": "@set", + "@id": "http://xmlns.com/foaf/0.1/name", + "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" + }, + "Person.gender": { + "@container": "@set", + "@id": "http://data.europa.eu/m8g/gender", + "@type": "@id" + }, + "Person.givenName": { + "@container": "@set", + "@id": "http://xmlns.com/foaf/0.1/givenName", + "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" + }, + "Person.identifier": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/identifier", + "@type": "@id" + }, + "Person.matronymicName": { + "@container": "@set", + "@id": "http://data.europa.eu/m8g/matronymicName", + "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" + }, + "Person.patronymicName": { + "@container": "@set", + "@id": "http://www.w3.org/ns/person#patronymicName", + "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" + }, + "Person.placeOfBirth": { + "@container": "@set", + "@id": "http://www.w3.org/ns/person#placeOfBirth", + "@type": "@id" + }, + "Person.placeOfDeath": { + "@container": "@set", + "@id": "http://www.w3.org/ns/person#placeOfDeath", + "@type": "@id" + }, + "Person.residency": { + "@container": "@set", + "@id": "http://www.w3.org/ns/person#residency", + "@type": "@id" + }, + "Person.sex": { + "@container": "@set", + "@id": "http://data.europa.eu/m8g/sex", + "@type": "@id" }, "Text": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", "Uri": "http://www.w3.org/2001/XMLSchema#anyURI" diff --git a/releases/2.1.1/index.html b/releases/2.1.1/index.html index ba8c693..0b41b35 100644 --- a/releases/2.1.1/index.html +++ b/releases/2.1.1/index.html @@ -228,6 +228,7 @@

Abstract

The Core Person Vocabulary is a simplified, reusable and extensible data model that captures the fundamental characteristics of a Person. +
@@ -555,7 +556,7 @@



Many datasets that include address data as one piece of information about something else are likely to have that data in simpler formats. These might be tailored to the specific need of the dataset, follow a national norm, or make use of a standard like vCard.

-To provide maximum flexibility in the Core Vocabulary, whilst remaining interoperable with INSPIRE Address Guidelines (which EU Member States are obliged to use), the Core Location Vocabulary provides the extra property of full address and makes use of INSPIRE's addressID. +To provide maximum flexibility in the Core Vocabulary, whilst remaining interoperable with INSPIRE Address Guidelines (which EU Member States are obliged to use), the Core Location Vocabulary provides the extra property of full address and makes use of INSPIRE's addressID. @@ -1320,7 +1321,7 @@

@@ -1329,9 +1330,9 @@

- identifies @@ -3440,7 +3441,7 @@

Lexicalisation rules

SEMIC uses and will use the RDFS lexicalisation for all of its specifications. More specifically:

@@ -3779,7 +3780,7 @@

Quick Reference of Classes and Properties

http://www.w3.org/ns/adms#Identifier
identifies -
http://www.w3.org/ns/adms#identifies
+
http://data.europa.eu/m8g/identifies
diff --git a/releases/2.1.1/shacl/core-person-ap-SHACL.jsonld b/releases/2.1.1/shacl/core-person-ap-SHACL.jsonld index 161977e..1174d24 100644 --- a/releases/2.1.1/shacl/core-person-ap-SHACL.jsonld +++ b/releases/2.1.1/shacl/core-person-ap-SHACL.jsonld @@ -107,36 +107,6 @@ "@type": "sh:NodeShape", "sh:closed": false, "sh:property": [ - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#ContactPointShape/0c404fa56c64463c15f65878d02efa16eec065b0", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#ContactPoint.hasemail", - "sh:description": { - "en": "An electronic address through which the Contact Point can be contacted." - }, - "sh:name": { - "en": "has email" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://data.europa.eu/m8g/email", - "vl:message": { - "en": "The expected value for has email is a Literal" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#ContactPointShape/8547f9fea103d51b54d608cf10f98b003fde7378", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#ContactPoint.hastelephone", - "sh:description": { - "en": "A telephone number through which the Contact Point can be contacted." - }, - "sh:name": { - "en": "has telephone" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://data.europa.eu/m8g/telephone", - "vl:message": { - "en": "The expected value for has telephone is a Literal" - } - }, { "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#ContactPointShape/95cf5318d1604f72f1c5d4d22a360ce268437bf0", "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#ContactPoint.contactpage", @@ -147,31 +117,13 @@ "sh:name": { "en": "contact page" }, - "sh:path": "http://data.europa.eu/m8g/contactPage", - "vl:message": { - "en": "The range of contact page must be of type ." - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#ContactPointShape/a736c4b01ea7557518c0c146f3e311947ce00ccc", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#ContactPoint.contactpage", - "sh:description": { - "en": "A web page that could be used to reach out the Contact Point." - }, - "sh:name": { - "en": "contact page" - }, - "sh:nodeKind": "sh:BlankNodeOrIRI", - "sh:path": "http://data.europa.eu/m8g/contactPage", - "vl:message": { - "en": "The expected value for contact page is a rdfs:Resource (URI or blank node)" - } + "sh:path": "http://data.europa.eu/m8g/contactPage" } ], "sh:targetClass": "http://data.europa.eu/m8g/ContactPoint" }, { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#GenericdateShape", + "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#GenericDateShape", "@type": "sh:NodeShape", "sh:closed": false, "sh:property": [], @@ -192,25 +144,7 @@ "sh:name": { "en": "id" }, - "sh:path": "http://purl.org/dc/terms/identifier", - "vl:message": { - "en": "The range of id must be of type ." - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#JurisdictionShape/1bf6b202f78591cc7dc23e70eebefda2d3e72ec5", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Jurisdiction.id", - "sh:description": { - "en": "A reference in the form of a Uniform Resource Identifier to the Jurisdiction." - }, - "sh:name": { - "en": "id" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://purl.org/dc/terms/identifier", - "vl:message": { - "en": "The expected value for id is a Literal" - } + "sh:path": "http://purl.org/dc/terms/identifier" }, { "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#JurisdictionShape/263a563c5bed08cdaadf4a0fd0a5fb9874d742bc", @@ -222,40 +156,7 @@ "sh:name": { "en": "name" }, - "sh:path": "http://www.w3.org/2000/01/rdf-schema#label", - "vl:message": { - "en": "The range of name must be of type ." - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#JurisdictionShape/9caf9e629daa0e64ece77788576468821d7cff8c", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Jurisdiction.name", - "sh:description": { - "en": "A string of characters that represents a Jurisdiction." - }, - "sh:name": { - "en": "name" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/2000/01/rdf-schema#label", - "vl:message": { - "en": "The expected value for name is a Literal" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#JurisdictionShape/be01df43f1c288b656b3ca3879eb3dd9d8c700b9", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Jurisdiction.name", - "sh:description": { - "en": "A string of characters that represents a Jurisdiction." - }, - "sh:name": { - "en": "name" - }, - "sh:path": "http://www.w3.org/2000/01/rdf-schema#label", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for name" - } + "sh:path": "http://www.w3.org/2000/01/rdf-schema#label" } ], "sh:targetClass": "http://purl.org/dc/terms/Jurisdiction" @@ -275,25 +176,7 @@ "sh:name": { "en": "geographic name" }, - "sh:path": "http://www.w3.org/ns/locn#geographicName", - "vl:message": { - "en": "The range of geographic name must be of type ." - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#LocationShape/33e381ee565d4967597190de5407462136b5201f", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Location.geographicname", - "sh:description": { - "en": "A textual description for a Location." - }, - "sh:name": { - "en": "geographic name" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/ns/locn#geographicName", - "vl:message": { - "en": "The expected value for geographic name is a Literal" - } + "sh:path": "http://www.w3.org/ns/locn#geographicName" }, { "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#LocationShape/de64768127c2c96295191bbf7ced703cb1b65346", @@ -305,40 +188,7 @@ "sh:name": { "en": "geographic identifier" }, - "sh:path": "http://www.w3.org/2000/01/rdf-schema#seeAlso", - "vl:message": { - "en": "The range of geographic identifier must be of type ." - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#LocationShape/e8ee1e84cb83b9448511b77b2105dcaebb8942df", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Location.geographicidentifier", - "sh:description": { - "en": "A reference in the form of a Uniform Resource Identifier to the Location." - }, - "sh:name": { - "en": "geographic identifier" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/2000/01/rdf-schema#seeAlso", - "vl:message": { - "en": "The expected value for geographic identifier is a Literal" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#LocationShape/f8c12ef1d65e2f95cdc24b099e3c0f5ac229e8fe", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Location.geographicname", - "sh:description": { - "en": "A textual description for a Location." - }, - "sh:name": { - "en": "geographic name" - }, - "sh:path": "http://www.w3.org/ns/locn#geographicName", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for geographic name" - } + "sh:path": "http://www.w3.org/2000/01/rdf-schema#seeAlso" } ], "sh:targetClass": "http://purl.org/dc/terms/Location" @@ -383,51 +233,6 @@ "@type": "sh:NodeShape", "sh:closed": false, "sh:property": [ - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#IdentifierShape/02979d67c706a6886ef581ec3af63f1c67325a24", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Identifier.identifies", - "sh:description": { - "en": "The entity that is referenced by the Identifier." - }, - "sh:name": { - "en": "identifies" - }, - "sh:nodeKind": "sh:BlankNodeOrIRI", - "sh:path": "http://www.w3.org/ns/adms#identifies", - "vl:message": { - "en": "The expected value for identifies is a rdfs:Resource (URI or blank node)" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#IdentifierShape/053d0ae3c4b213ae2f708e5e492b97e2cce08686", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Identifier.notation", - "sh:description": { - "en": "A string of characters to uniquely identify a concept." - }, - "sh:name": { - "en": "notation" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/2004/02/skos/core#notation", - "vl:message": { - "en": "The expected value for notation is a Literal" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#IdentifierShape/0881b6c6884db304d15b7a2a18fd20c54babde26", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Identifier.issuingauthorityURI", - "sh:description": { - "en": "The reference in the form of a Uniform Resource Identifier to the issuing authority." - }, - "sh:name": { - "en": "issuing authority URI" - }, - "sh:nodeKind": "sh:BlankNodeOrIRI", - "sh:path": "http://purl.org/dc/terms/creator", - "vl:message": { - "en": "The expected value for issuing authority URI is a rdfs:Resource (URI or blank node)" - } - }, { "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#IdentifierShape/0d2f12fd4ed87d3af4f1300097bea7985cc94745", "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Identifier.schemeURI", @@ -438,10 +243,7 @@ "sh:name": { "en": "scheme URI" }, - "sh:path": "http://purl.org/dc/terms/conformsTo", - "vl:message": { - "en": "The range of scheme URI must be of type ." - } + "sh:path": "http://purl.org/dc/terms/conformsTo" }, { "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#IdentifierShape/495aa44a236e78566cf7b2f54c299258b29602f9", @@ -453,25 +255,7 @@ "sh:name": { "en": "scheme name" }, - "sh:path": "http://www.w3.org/2000/01/rdf-schema#label", - "vl:message": { - "en": "The range of scheme name must be of type ." - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#IdentifierShape/886a37c0a64d5093fa1e6f0352c72d6c9999de5f", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Identifier.dateofissue", - "sh:description": { - "en": "The date on which the Identifier was assigned." - }, - "sh:name": { - "en": "date of issue" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://purl.org/dc/terms/issued", - "vl:message": { - "en": "The expected value for date of issue is a Literal" - } + "sh:path": "http://www.w3.org/2000/01/rdf-schema#label" }, { "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#IdentifierShape/b2d3ac00adf57ca47e24b371d036da25f0f2fb43", @@ -483,25 +267,7 @@ "sh:name": { "en": "date of issue" }, - "sh:path": "http://purl.org/dc/terms/issued", - "vl:message": { - "en": "The range of date of issue must be of type ." - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#IdentifierShape/b66ff3c38dc89b4412b1715099a98c00ae8118c9", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Identifier.schemename", - "sh:description": { - "en": "Name of the scheme used to construct the identifier." - }, - "sh:name": { - "en": "scheme name" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/2000/01/rdf-schema#label", - "vl:message": { - "en": "The expected value for scheme name is a Literal" - } + "sh:path": "http://purl.org/dc/terms/issued" }, { "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#IdentifierShape/c623dd0ee9911f8266a229393e26001684e14eaf", @@ -513,40 +279,7 @@ "sh:name": { "en": "identifies" }, - "sh:path": "http://www.w3.org/ns/adms#identifies", - "vl:message": { - "en": "The range of identifies must be of type ." - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#IdentifierShape/cc40d454ac926043491df929ab05a361896b0021", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Identifier.schemeURI", - "sh:description": { - "en": "URI of the scheme used to construct the identifier." - }, - "sh:name": { - "en": "scheme URI" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://purl.org/dc/terms/conformsTo", - "vl:message": { - "en": "The expected value for scheme URI is a Literal" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#IdentifierShape/ce99d905817e35ff5ebdf871e45b1e25e2e85188", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Identifier.schemename", - "sh:description": { - "en": "Name of the scheme used to construct the identifier." - }, - "sh:name": { - "en": "scheme name" - }, - "sh:path": "http://www.w3.org/2000/01/rdf-schema#label", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for scheme name" - } + "sh:path": "http://data.europa.eu/m8g/identifies" }, { "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#IdentifierShape/d4ce8b1d928c1a262434416188d62d4422571148", @@ -558,25 +291,7 @@ "sh:name": { "en": "issuing authority URI" }, - "sh:path": "http://purl.org/dc/terms/creator", - "vl:message": { - "en": "The range of issuing authority URI must be of type ." - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#IdentifierShape/e17cae15cd3a2db8b6c9aeef586141ff8b261cab", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Identifier.schemaagency", - "sh:description": { - "en": "The name of the agency that issued the identifier." - }, - "sh:name": { - "en": "schema agency" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/ns/adms#schemeAgency", - "vl:message": { - "en": "The expected value for schema agency is a Literal" - } + "sh:path": "http://purl.org/dc/terms/creator" } ], "sh:targetClass": "http://www.w3.org/ns/adms#Identifier" @@ -587,837 +302,204 @@ "sh:closed": false, "sh:property": [ { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#AddressShape/006de06965023999963c4307153479c8629991d9", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.locatorname", + "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#AddressShape/17384dfa4a75117e7dd2bc0f2bbf61ac91fd8676", + "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.thoroughfare", + "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", "sh:description": { - "en": "Proper noun(s) applied to the real world entity identified by the locator. The locator name could be the name of the property or complex, of the building or part of the building, or it could be the name of a room inside a building." + "en": "The name of a passage or way through from one location to another." }, "sh:name": { - "en": "locator name" + "en": "thoroughfare" }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/ns/locn#locatorName", - "vl:message": { - "en": "The expected value for locator name is a Literal" - } + "sh:path": "http://www.w3.org/ns/locn#thoroughfare" }, { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#AddressShape/03690748629ed1c685fc6a365780375be09bce76", + "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#AddressShape/362b7c3261b1d5eb024e72e4868babc25ed0c7ce", "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.administrativeunitlevel1", + "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", "sh:description": { "en": "The name of the uppermost level of the address, almost always a country." }, "sh:name": { "en": "administrative unit level 1" }, - "sh:path": "http://www.w3.org/ns/locn#adminUnitL1", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for administrative unit level 1" - } + "sh:path": "http://www.w3.org/ns/locn#adminUnitL1" }, { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#AddressShape/17384dfa4a75117e7dd2bc0f2bbf61ac91fd8676", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.thoroughfare", + "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#AddressShape/470060a15e97aeacd56fcc5beb701e647a6aa56e", + "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.addressarea", "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", "sh:description": { - "en": "The name of a passage or way through from one location to another." + "en": "The name of a geographic area that groups Addresses." }, "sh:name": { - "en": "thoroughfare" + "en": "address area" }, - "sh:path": "http://www.w3.org/ns/locn#thoroughfare", - "vl:message": { - "en": "The range of thoroughfare must be of type ." - } + "sh:path": "http://www.w3.org/ns/locn#addressArea" }, { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#AddressShape/256ffe464f9c7682e950f7853ef0b6060580435b", + "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#AddressShape/854a17171901a9c000eff34a7ccd77814891e3d5", "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.administrativeunitlevel2", + "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", "sh:description": { "en": "The name of a secondary level/region of the address, usually a county, state or other such area that typically encompasses several localities." }, "sh:name": { "en": "administrative unit level 2" }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/ns/locn#adminUnitL2", - "vl:message": { - "en": "The expected value for administrative unit level 2 is a Literal" - } + "sh:path": "http://www.w3.org/ns/locn#adminUnitL2" }, { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#AddressShape/362b7c3261b1d5eb024e72e4868babc25ed0c7ce", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.administrativeunitlevel1", + "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#AddressShape/98016263ed1fd03fc2066e397f3ae3343ce3bf79", + "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.postname", "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", "sh:description": { - "en": "The name of the uppermost level of the address, almost always a country." + "en": "A name created and maintained for postal purposes to identify a subdivision of addresses and postal delivery points." }, "sh:name": { - "en": "administrative unit level 1" + "en": "post name" }, - "sh:path": "http://www.w3.org/ns/locn#adminUnitL1", - "vl:message": { - "en": "The range of administrative unit level 1 must be of type ." - } + "sh:path": "http://www.w3.org/ns/locn#postName" }, { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#AddressShape/3a0fcecd9e5f4e8deb4d102b9d072a4b067b773e", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.fulladdress", + "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#AddressShape/d75b5d4c221e6b0bf47c853c0be92d078c39e391", + "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.locatorname", + "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", "sh:description": { - "en": "The complete address written as a string." + "en": "Proper noun(s) applied to the real world entity identified by the locator. The locator name could be the name of the property or complex, of the building or part of the building, or it could be the name of a room inside a building." }, "sh:name": { - "en": "full address" + "en": "locator name" }, - "sh:path": "http://www.w3.org/ns/locn#fullAddress", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for full address" - } + "sh:path": "http://www.w3.org/ns/locn#locatorName" }, { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#AddressShape/470060a15e97aeacd56fcc5beb701e647a6aa56e", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.addressarea", + "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#AddressShape/dee03556e405a14f1e410c960b43b8eee149efe7", + "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.fulladdress", "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", "sh:description": { - "en": "The name of a geographic area that groups Addresses." + "en": "The complete address written as a string." }, "sh:name": { - "en": "address area" + "en": "full address" }, - "sh:path": "http://www.w3.org/ns/locn#addressArea", - "vl:message": { - "en": "The range of address area must be of type ." - } - }, + "sh:path": "http://www.w3.org/ns/locn#fullAddress" + } + ], + "sh:targetClass": "http://www.w3.org/ns/locn#Address" + }, + { + "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape", + "@type": "sh:NodeShape", + "sh:closed": false, + "sh:property": [ { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#AddressShape/6f98d6d917a0e0b73d8614923f953e1ee2533918", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.locatorname", + "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/04e2a7f3717362cd45d6ed88689062f505b55288", + "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.patronymicname", + "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", "sh:description": { - "en": "Proper noun(s) applied to the real world entity identified by the locator. The locator name could be the name of the property or complex, of the building or part of the building, or it could be the name of a room inside a building." + "en": "Name based on the given name of the Person's father." }, "sh:name": { - "en": "locator name" + "en": "patronymic name" }, - "sh:path": "http://www.w3.org/ns/locn#locatorName", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for locator name" - } + "sh:path": "http://www.w3.org/ns/person#patronymicName" }, { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#AddressShape/854a17171901a9c000eff34a7ccd77814891e3d5", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.administrativeunitlevel2", - "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", + "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/0dcae38d37919a3205164e6f0695b1ad233bb64a", + "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.placeofbirth", + "sh:class": "http://purl.org/dc/terms/Location", "sh:description": { - "en": "The name of a secondary level/region of the address, usually a county, state or other such area that typically encompasses several localities." + "en": "The Location where the Person was born." }, "sh:name": { - "en": "administrative unit level 2" + "en": "place of birth" }, - "sh:path": "http://www.w3.org/ns/locn#adminUnitL2", - "vl:message": { - "en": "The range of administrative unit level 2 must be of type ." - } + "sh:path": "http://www.w3.org/ns/person#placeOfBirth" }, { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#AddressShape/8b4c4bdd61e921f78483a3141338773693d4b2ef", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.addressID", + "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/1572a063cf6e42858dabf5017baf40a96bf7155d", + "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.familyname", + "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", "sh:description": { - "en": "A globally unique identifier for each instance of an Address." + "en": "The hereditary surname of a family." }, "sh:name": { - "en": "address ID" + "en": "family name" }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/ns/locn#addressId", - "vl:message": { - "en": "The expected value for address ID is a Literal" - } + "sh:path": "http://xmlns.com/foaf/0.1/familyName" }, { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#AddressShape/9097b947404def8604330ec2fc5a0bd405128b35", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.locatordesignator", + "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/23e0d5b7e102a68f695e96d6488725cad24bf86e", + "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.fullname", + "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", "sh:description": { - "en": "A number or sequence of characters that uniquely identifies the locator within the relevant scope." + "en": "The complete name of the Person as one string." }, "sh:name": { - "en": "locator designator" + "en": "full name" }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/ns/locn#locatorDesignator", - "vl:message": { - "en": "The expected value for locator designator is a Literal" - } + "sh:path": "http://xmlns.com/foaf/0.1/name" }, { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#AddressShape/98016263ed1fd03fc2066e397f3ae3343ce3bf79", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.postname", + "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/2d4ab81c49e1cc374cae75653a67dc10f350a9db", + "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.birthname", "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", "sh:description": { - "en": "A name created and maintained for postal purposes to identify a subdivision of addresses and postal delivery points." + "en": "Full name of the Person given upon their birth." }, "sh:name": { - "en": "post name" + "en": "birth name" }, - "sh:path": "http://www.w3.org/ns/locn#postName", - "vl:message": { - "en": "The range of post name must be of type ." - } + "sh:path": "http://www.w3.org/ns/person#birthName" }, { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#AddressShape/9aaaf1750887d905949d78ac718f18c02809a28e", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.administrativeunitlevel1", + "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/417049e481f126bd62d475e78214104517de15cc", + "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.sex", + "sh:class": "http://www.w3.org/2004/02/skos/core#Concept", "sh:description": { - "en": "The name of the uppermost level of the address, almost always a country." + "en": "The organism's biological sex." }, "sh:name": { - "en": "administrative unit level 1" + "en": "sex" }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/ns/locn#adminUnitL1", - "vl:message": { - "en": "The expected value for administrative unit level 1 is a Literal" - } + "sh:path": "http://data.europa.eu/m8g/sex" }, { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#AddressShape/9c278b09ca17b0ef710224829c0354dc4c2f9a40", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.postofficebox", + "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/55b5451dbdf7a52f51562f996bc320d6e00bf47d", + "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.domicile", + "sh:class": "http://www.w3.org/ns/locn#Address", "sh:description": { - "en": "A location designator for a postal delivery point at a post office, usually a number." + "en": "The place that the Person treats as permanent home." }, "sh:name": { - "en": "post office box" + "en": "domicile" }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/ns/locn#poBox", - "vl:message": { - "en": "The expected value for post office box is a Literal" - } + "sh:path": "http://data.europa.eu/m8g/domicile" }, { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#AddressShape/9c2d6af39a55e5e6a76f6b852bbcbada029c21af", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.fulladdress", + "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/62a70e171ece563e50b91a1f8de081dc77de6024", + "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.matronymicname", + "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", "sh:description": { - "en": "The complete address written as a string." + "en": "Name based on the given name of the Person's mother." }, "sh:name": { - "en": "full address" + "en": "matronymic name" }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/ns/locn#fullAddress", - "vl:message": { - "en": "The expected value for full address is a Literal" - } + "sh:path": "http://data.europa.eu/m8g/matronymicName" }, { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#AddressShape/a9a46434014b93624ab68c9a56a5bc66a38da9a4", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.postname", - "sh:description": { - "en": "A name created and maintained for postal purposes to identify a subdivision of addresses and postal delivery points." - }, - "sh:name": { - "en": "post name" - }, - "sh:path": "http://www.w3.org/ns/locn#postName", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for post name" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#AddressShape/aa9622c05f497ef1b06496716742dd5cbfc6f0c9", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.thoroughfare", - "sh:description": { - "en": "The name of a passage or way through from one location to another." - }, - "sh:name": { - "en": "thoroughfare" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/ns/locn#thoroughfare", - "vl:message": { - "en": "The expected value for thoroughfare is a Literal" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#AddressShape/ac2d62a08fd924f88a79f0e70cda9fca4d484fd2", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.thoroughfare", - "sh:description": { - "en": "The name of a passage or way through from one location to another." - }, - "sh:name": { - "en": "thoroughfare" - }, - "sh:path": "http://www.w3.org/ns/locn#thoroughfare", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for thoroughfare" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#AddressShape/ae24e9fc95115753cabe5ad6bd3c05b9751cd13c", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.administrativeunitlevel2", - "sh:description": { - "en": "The name of a secondary level/region of the address, usually a county, state or other such area that typically encompasses several localities." - }, - "sh:name": { - "en": "administrative unit level 2" - }, - "sh:path": "http://www.w3.org/ns/locn#adminUnitL2", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for administrative unit level 2" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#AddressShape/b35e8c8ed2d85ea47f163d53cafca733ecb29389", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.addressarea", - "sh:description": { - "en": "The name of a geographic area that groups Addresses." - }, - "sh:name": { - "en": "address area" - }, - "sh:path": "http://www.w3.org/ns/locn#addressArea", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for address area" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#AddressShape/c0a2b78a80a731301e2f54d040ca9aa2c9b125b1", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.postcode", - "sh:description": { - "en": "The code created and maintained for postal purposes to identify a subdivision of addresses and postal delivery points." - }, - "sh:name": { - "en": "post code" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/ns/locn#postCode", - "vl:message": { - "en": "The expected value for post code is a Literal" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#AddressShape/d75b5d4c221e6b0bf47c853c0be92d078c39e391", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.locatorname", - "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", - "sh:description": { - "en": "Proper noun(s) applied to the real world entity identified by the locator. The locator name could be the name of the property or complex, of the building or part of the building, or it could be the name of a room inside a building." - }, - "sh:name": { - "en": "locator name" - }, - "sh:path": "http://www.w3.org/ns/locn#locatorName", - "vl:message": { - "en": "The range of locator name must be of type ." - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#AddressShape/dee03556e405a14f1e410c960b43b8eee149efe7", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.fulladdress", - "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", - "sh:description": { - "en": "The complete address written as a string." - }, - "sh:name": { - "en": "full address" - }, - "sh:path": "http://www.w3.org/ns/locn#fullAddress", - "vl:message": { - "en": "The range of full address must be of type ." - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#AddressShape/f1144df3e852614939e86f2e427788162aa7cb72", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.addressarea", - "sh:description": { - "en": "The name of a geographic area that groups Addresses." - }, - "sh:name": { - "en": "address area" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/ns/locn#addressArea", - "vl:message": { - "en": "The expected value for address area is a Literal" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#AddressShape/f8d38c3580ea5d4e47ea9e1ad447a47ebe91d5fa", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.postname", - "sh:description": { - "en": "A name created and maintained for postal purposes to identify a subdivision of addresses and postal delivery points." - }, - "sh:name": { - "en": "post name" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/ns/locn#postName", - "vl:message": { - "en": "The expected value for post name is a Literal" - } - } - ], - "sh:targetClass": "http://www.w3.org/ns/locn#Address" - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape", - "@type": "sh:NodeShape", - "sh:closed": false, - "sh:property": [ - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/02385f3b9d1535bd73391c90a820bc54033f8fc6", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.familyname", - "sh:description": { - "en": "The hereditary surname of a family." - }, - "sh:name": { - "en": "family name" - }, - "sh:path": "http://xmlns.com/foaf/0.1/familyName", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for family name" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/04e2a7f3717362cd45d6ed88689062f505b55288", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.patronymicname", - "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", - "sh:description": { - "en": "Name based on the given name of the Person's father." - }, - "sh:name": { - "en": "patronymic name" - }, - "sh:path": "http://www.w3.org/ns/person#patronymicName", - "vl:message": { - "en": "The range of patronymic name must be of type ." - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/06c52015ab780d7c69de3691cd20cb0e13a246ea", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.birthname", - "sh:description": { - "en": "Full name of the Person given upon their birth." - }, - "sh:name": { - "en": "birth name" - }, - "sh:path": "http://www.w3.org/ns/person#birthName", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for birth name" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/0dcae38d37919a3205164e6f0695b1ad233bb64a", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.placeofbirth", - "sh:class": "http://purl.org/dc/terms/Location", - "sh:description": { - "en": "The Location where the Person was born." - }, - "sh:name": { - "en": "place of birth" - }, - "sh:path": "http://www.w3.org/ns/person#placeOfBirth", - "vl:message": { - "en": "The range of place of birth must be of type ." - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/1572a063cf6e42858dabf5017baf40a96bf7155d", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.familyname", - "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", - "sh:description": { - "en": "The hereditary surname of a family." - }, - "sh:name": { - "en": "family name" - }, - "sh:path": "http://xmlns.com/foaf/0.1/familyName", - "vl:message": { - "en": "The range of family name must be of type ." - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/17753da6f4f2354f710c8038acdf91bd263e20a4", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.citizenship", - "sh:description": { - "en": "The Jurisdiction that has conferred citizenship rights on the Person such as the right to vote, to receive certain protection from the community or the issuance of a passport." - }, - "sh:name": { - "en": "citizenship" - }, - "sh:nodeKind": "sh:BlankNodeOrIRI", - "sh:path": "http://www.w3.org/ns/person#citizenship", - "vl:message": { - "en": "The expected value for citizenship is a rdfs:Resource (URI or blank node)" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/19af0495c16fad6fa54dbabc3f445a180383f36d", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.birthname", - "sh:description": { - "en": "Full name of the Person given upon their birth." - }, - "sh:name": { - "en": "birth name" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/ns/person#birthName", - "vl:message": { - "en": "The expected value for birth name is a Literal" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/23e0d5b7e102a68f695e96d6488725cad24bf86e", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.fullname", - "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", - "sh:description": { - "en": "The complete name of the Person as one string." - }, - "sh:name": { - "en": "full name" - }, - "sh:path": "http://xmlns.com/foaf/0.1/name", - "vl:message": { - "en": "The range of full name must be of type ." - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/2b456dbde8d1cdc5d16ddb6e98a33d1e6a27ec36", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.matronymicname", - "sh:description": { - "en": "Name based on the given name of the Person's mother." - }, - "sh:name": { - "en": "matronymic name" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://data.europa.eu/m8g/matronymicName", - "vl:message": { - "en": "The expected value for matronymic name is a Literal" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/2d4ab81c49e1cc374cae75653a67dc10f350a9db", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.birthname", - "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", - "sh:description": { - "en": "Full name of the Person given upon their birth." - }, - "sh:name": { - "en": "birth name" - }, - "sh:path": "http://www.w3.org/ns/person#birthName", - "vl:message": { - "en": "The range of birth name must be of type ." - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/31f5162b6f738e046e7b41e5f46acaf3ea3b370a", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.matronymicname", - "sh:description": { - "en": "Name based on the given name of the Person's mother." - }, - "sh:name": { - "en": "matronymic name" - }, - "sh:path": "http://data.europa.eu/m8g/matronymicName", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for matronymic name" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/32bbe808d9f048d5ad8c63c38ca9f0979a5f6e22", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.countryofbirth", - "sh:description": { - "en": "The country in which the Person was born." - }, - "sh:name": { - "en": "country of birth" - }, - "sh:nodeKind": "sh:BlankNodeOrIRI", - "sh:path": "http://www.w3.org/ns/person#countryOfBirth", - "vl:message": { - "en": "The expected value for country of birth is a rdfs:Resource (URI or blank node)" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/334d3973959379776995cf58843d5c7d9053dd25", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.fullname", - "sh:description": { - "en": "The complete name of the Person as one string." - }, - "sh:name": { - "en": "full name" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://xmlns.com/foaf/0.1/name", - "vl:message": { - "en": "The expected value for full name is a Literal" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/417049e481f126bd62d475e78214104517de15cc", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.sex", - "sh:class": "http://www.w3.org/2004/02/skos/core#Concept", - "sh:description": { - "en": "The organism's biological sex." - }, - "sh:name": { - "en": "sex" - }, - "sh:path": "http://data.europa.eu/m8g/sex", - "vl:message": { - "en": "The range of sex must be of type ." - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/45b15ba29c98ac584fc8a034f731f0f0183997ad", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.alternativename", - "sh:description": { - "en": "Any name by which a Person is known, other than their full name." - }, - "sh:name": { - "en": "alternative name" - }, - "sh:path": "http://purl.org/dc/terms/alternative", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for alternative name" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/4680da147ff3c3187fb3650f553fedcd70b0c9f8", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.placeofbirth", - "sh:description": { - "en": "The Location where the Person was born." - }, - "sh:name": { - "en": "place of birth" - }, - "sh:nodeKind": "sh:BlankNodeOrIRI", - "sh:path": "http://www.w3.org/ns/person#placeOfBirth", - "vl:message": { - "en": "The expected value for place of birth is a rdfs:Resource (URI or blank node)" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/4cf95d28daf701f2920393efc9b24e00afd4b5c0", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.countryofdeath", - "sh:description": { - "en": "The country in which the Person died." - }, - "sh:name": { - "en": "country of death" - }, - "sh:nodeKind": "sh:BlankNodeOrIRI", - "sh:path": "http://www.w3.org/ns/person#countryOfDeath", - "vl:message": { - "en": "The expected value for country of death is a rdfs:Resource (URI or blank node)" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/55b5451dbdf7a52f51562f996bc320d6e00bf47d", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.domicile", - "sh:class": "http://www.w3.org/ns/locn#Address", - "sh:description": { - "en": "The place that the Person treats as permanent home." - }, - "sh:name": { - "en": "domicile" - }, - "sh:path": "http://data.europa.eu/m8g/domicile", - "vl:message": { - "en": "The range of domicile must be of type ." - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/62a70e171ece563e50b91a1f8de081dc77de6024", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.matronymicname", - "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", - "sh:description": { - "en": "Name based on the given name of the Person's mother." - }, - "sh:name": { - "en": "matronymic name" - }, - "sh:path": "http://data.europa.eu/m8g/matronymicName", - "vl:message": { - "en": "The range of matronymic name must be of type ." - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/7349aedd98256d90685571bddc6da8ac9eab1767", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.givenname", - "sh:description": { - "en": "The name(s) that identify the Person within a family with a common surname." - }, - "sh:name": { - "en": "given name" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://xmlns.com/foaf/0.1/givenName", - "vl:message": { - "en": "The expected value for given name is a Literal" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/7b6713c1f4a52e964f5db57eabef294b6d04e90e", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.contactpoint", - "sh:class": "http://data.europa.eu/m8g/ContactPoint", - "sh:description": { - "en": "The main contact information of the resource." - }, - "sh:name": { - "en": "contact point" - }, - "sh:path": "http://data.europa.eu/m8g/contactPoint", - "vl:message": { - "en": "The range of contact point must be of type ." - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/7d0aad3aaae427f799249eafced4cbb0b8a36dc5", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.familyname", - "sh:description": { - "en": "The hereditary surname of a family." - }, - "sh:name": { - "en": "family name" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://xmlns.com/foaf/0.1/familyName", - "vl:message": { - "en": "The expected value for family name is a Literal" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/865ba935520021b8f25482279eb8ad77a9783e05", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.residency", - "sh:description": { - "en": "Jurisdiction where the Person has their dwelling." - }, - "sh:name": { - "en": "residency" - }, - "sh:nodeKind": "sh:BlankNodeOrIRI", - "sh:path": "http://www.w3.org/ns/person#residency", - "vl:message": { - "en": "The expected value for residency is a rdfs:Resource (URI or blank node)" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/866a37e9b1a9dba8235fae06f696a8292c4af3ff", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.dateofdeath", - "sh:description": { - "en": "The point in time on which the Person died." - }, - "sh:name": { - "en": "date of death" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://data.europa.eu/m8g/deathDate", - "vl:message": { - "en": "The expected value for date of death is a Literal" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/91a4a6a43abf6ac412ca05007c92c27a574894d4", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.placeofdeath", - "sh:description": { - "en": "The Location where the Person died." - }, - "sh:name": { - "en": "place of death" - }, - "sh:nodeKind": "sh:BlankNodeOrIRI", - "sh:path": "http://www.w3.org/ns/person#placeOfDeath", - "vl:message": { - "en": "The expected value for place of death is a rdfs:Resource (URI or blank node)" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/9adf9f5890592909cf3e67021ae7ab4f895a7745", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.contactpoint", + "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/7b6713c1f4a52e964f5db57eabef294b6d04e90e", + "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.contactpoint", + "sh:class": "http://data.europa.eu/m8g/ContactPoint", "sh:description": { "en": "The main contact information of the resource." }, "sh:name": { "en": "contact point" }, - "sh:nodeKind": "sh:BlankNodeOrIRI", - "sh:path": "http://data.europa.eu/m8g/contactPoint", - "vl:message": { - "en": "The expected value for contact point is a rdfs:Resource (URI or blank node)" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/aadbd67a77a624f073be2076627fb9dc883cbe48", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.identifier", - "sh:description": { - "en": "The unambiguous structured reference to the Person." - }, - "sh:name": { - "en": "identifier" - }, - "sh:nodeKind": "sh:BlankNodeOrIRI", - "sh:path": "http://purl.org/dc/terms/identifier", - "vl:message": { - "en": "The expected value for identifier is a rdfs:Resource (URI or blank node)" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/add99084b28b7f1f702646fec9ee5516646831c7", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.fullname", - "sh:description": { - "en": "The complete name of the Person as one string." - }, - "sh:name": { - "en": "full name" - }, - "sh:path": "http://xmlns.com/foaf/0.1/name", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for full name" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/b3a65155abdf78e609997919f6f053e252c52153", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.gender", - "sh:description": { - "en": "The identities, expressions and societal roles of the Person." - }, - "sh:name": { - "en": "gender" - }, - "sh:nodeKind": "sh:BlankNodeOrIRI", - "sh:path": "http://data.europa.eu/m8g/gender", - "vl:message": { - "en": "The expected value for gender is a rdfs:Resource (URI or blank node)" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/b844cc3c7b96c856fc32491171cb4c945ce4b713", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.domicile", - "sh:description": { - "en": "The place that the Person treats as permanent home." - }, - "sh:name": { - "en": "domicile" - }, - "sh:nodeKind": "sh:BlankNodeOrIRI", - "sh:path": "http://data.europa.eu/m8g/domicile", - "vl:message": { - "en": "The expected value for domicile is a rdfs:Resource (URI or blank node)" - } + "sh:path": "http://data.europa.eu/m8g/contactPoint" }, { "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/b9605829b15a0ab0c6ee0dabdc938356d40617b9", @@ -1429,40 +511,7 @@ "sh:name": { "en": "country of death" }, - "sh:path": "http://www.w3.org/ns/person#countryOfDeath", - "vl:message": { - "en": "The range of country of death must be of type ." - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/b9da0bb511b75552c4edec2383d2c9ebb35f0774", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.dateofbirth", - "sh:description": { - "en": "The point in time on which the Person was born." - }, - "sh:name": { - "en": "date of birth" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://data.europa.eu/m8g/birthDate", - "vl:message": { - "en": "The expected value for date of birth is a Literal" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/ba21b6c4a9251ed67b6b3113dc1d857640fd4534", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.givenname", - "sh:description": { - "en": "The name(s) that identify the Person within a family with a common surname." - }, - "sh:name": { - "en": "given name" - }, - "sh:path": "http://xmlns.com/foaf/0.1/givenName", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for given name" - } + "sh:path": "http://www.w3.org/ns/person#countryOfDeath" }, { "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/bc8332ea8570ca419c8fa93a6ec025e632ec3291", @@ -1474,10 +523,7 @@ "sh:name": { "en": "place of death" }, - "sh:path": "http://www.w3.org/ns/person#placeOfDeath", - "vl:message": { - "en": "The range of place of death must be of type ." - } + "sh:path": "http://www.w3.org/ns/person#placeOfDeath" }, { "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/bf74cccfec7e50f438b22e22a005bb1546874a66", @@ -1489,10 +535,7 @@ "sh:name": { "en": "citizenship" }, - "sh:path": "http://www.w3.org/ns/person#citizenship", - "vl:message": { - "en": "The range of citizenship must be of type ." - } + "sh:path": "http://www.w3.org/ns/person#citizenship" }, { "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/c2c54ded0a433cc00911573f794f1aeab900c624", @@ -1504,55 +547,7 @@ "sh:name": { "en": "gender" }, - "sh:path": "http://data.europa.eu/m8g/gender", - "vl:message": { - "en": "The range of gender must be of type ." - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/c56ed5a233a70e9c4a6338f07a2aee5cfc6bacbf", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.alternativename", - "sh:description": { - "en": "Any name by which a Person is known, other than their full name." - }, - "sh:name": { - "en": "alternative name" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://purl.org/dc/terms/alternative", - "vl:message": { - "en": "The expected value for alternative name is a Literal" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/c5e60dadb51bdf0b453282c1f7f7f1ea7dce5c5b", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.sex", - "sh:description": { - "en": "The organism's biological sex." - }, - "sh:name": { - "en": "sex" - }, - "sh:nodeKind": "sh:BlankNodeOrIRI", - "sh:path": "http://data.europa.eu/m8g/sex", - "vl:message": { - "en": "The expected value for sex is a rdfs:Resource (URI or blank node)" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/c8d5fd103b31c793398287afa3d1dcc3de45e33a", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.patronymicname", - "sh:description": { - "en": "Name based on the given name of the Person's father." - }, - "sh:name": { - "en": "patronymic name" - }, - "sh:path": "http://www.w3.org/ns/person#patronymicName", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for patronymic name" - } + "sh:path": "http://data.europa.eu/m8g/gender" }, { "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/d4cd8f8edede55428d7e23a183edf5ac726e1139", @@ -1564,10 +559,7 @@ "sh:name": { "en": "residency" }, - "sh:path": "http://www.w3.org/ns/person#residency", - "vl:message": { - "en": "The range of residency must be of type ." - } + "sh:path": "http://www.w3.org/ns/person#residency" }, { "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/dc60ac739d4282afbbd5564ac77327a70022cede", @@ -1579,10 +571,7 @@ "sh:name": { "en": "country of birth" }, - "sh:path": "http://www.w3.org/ns/person#countryOfBirth", - "vl:message": { - "en": "The range of country of birth must be of type ." - } + "sh:path": "http://www.w3.org/ns/person#countryOfBirth" }, { "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/e2017f72421063cd9ff494011ec78f35f9632a4a", @@ -1594,10 +583,7 @@ "sh:name": { "en": "identifier" }, - "sh:path": "http://purl.org/dc/terms/identifier", - "vl:message": { - "en": "The range of identifier must be of type ." - } + "sh:path": "http://purl.org/dc/terms/identifier" }, { "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/f138612a5fffed0d4daa1a176e0de7d53a99eddd", @@ -1609,25 +595,7 @@ "sh:name": { "en": "alternative name" }, - "sh:path": "http://purl.org/dc/terms/alternative", - "vl:message": { - "en": "The range of alternative name must be of type ." - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/f5c4d42ae8c2ec2c79ad93cca23bee5c9ddf09bc", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.patronymicname", - "sh:description": { - "en": "Name based on the given name of the Person's father." - }, - "sh:name": { - "en": "patronymic name" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/ns/person#patronymicName", - "vl:message": { - "en": "The expected value for patronymic name is a Literal" - } + "sh:path": "http://purl.org/dc/terms/alternative" }, { "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/f888a185270cac3f6e32d6e1a22eb6a89d617ba8", @@ -1639,10 +607,7 @@ "sh:name": { "en": "given name" }, - "sh:path": "http://xmlns.com/foaf/0.1/givenName", - "vl:message": { - "en": "The range of given name must be of type ." - } + "sh:path": "http://xmlns.com/foaf/0.1/givenName" } ], "sh:targetClass": "http://www.w3.org/ns/person#Person" @@ -1662,10 +627,7 @@ "sh:name": { "en": "name" }, - "sh:path": "http://purl.org/dc/terms/title", - "vl:message": { - "en": "The range of name must be of type ." - } + "sh:path": "http://purl.org/dc/terms/title" }, { "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#AgentShape/322371a77364a50f049d46180f6192532eea26dc", @@ -1677,55 +639,7 @@ "sh:name": { "en": "type" }, - "sh:path": "http://purl.org/dc/terms/type", - "vl:message": { - "en": "The range of type must be of type ." - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#AgentShape/4f381639bb6e021939f65b4f41409d1edaeade9b", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Agent.type", - "sh:description": { - "en": "A classification assigned to an Agent." - }, - "sh:name": { - "en": "type" - }, - "sh:nodeKind": "sh:BlankNodeOrIRI", - "sh:path": "http://purl.org/dc/terms/type", - "vl:message": { - "en": "The expected value for type is a rdfs:Resource (URI or blank node)" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#AgentShape/9caf9e629daa0e64ece77788576468821d7cff8c", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Agent.name", - "sh:description": { - "en": "The noun given to the Agent." - }, - "sh:name": { - "en": "name" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://purl.org/dc/terms/title", - "vl:message": { - "en": "The expected value for name is a Literal" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#AgentShape/be01df43f1c288b656b3ca3879eb3dd9d8c700b9", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Agent.name", - "sh:description": { - "en": "The noun given to the Agent." - }, - "sh:name": { - "en": "name" - }, - "sh:path": "http://purl.org/dc/terms/title", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for name" - } + "sh:path": "http://purl.org/dc/terms/type" } ], "sh:targetClass": "http://xmlns.com/foaf/0.1/Agent" diff --git a/releases/2.1.1/shacl/core-person-ap-SHACL.ttl b/releases/2.1.1/shacl/core-person-ap-SHACL.ttl index 8a4bd51..5846b2c 100644 --- a/releases/2.1.1/shacl/core-person-ap-SHACL.ttl +++ b/releases/2.1.1/shacl/core-person-ap-SHACL.ttl @@ -7,7 +7,7 @@ @prefix xsd: . rdfs:member , - , + , , , , @@ -23,251 +23,74 @@ a shacl:NodeShape; shacl:closed false; - shacl:property , - , - , - , + shacl:property , , - , , - , , - , - , , - , - , - , - , - , - , - , - , - , , - , - , - ; + ; shacl:targetClass . - rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.locatorname"; - shacl:description "Proper noun(s) applied to the real world entity identified by the locator. The locator name could be the name of the property or complex, of the building or part of the building, or it could be the name of a room inside a building."@en; - shacl:name "locator name"@en; - shacl:nodeKind shacl:Literal; - shacl:path ; - "The expected value for locator name is a Literal"@en . - - rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.administrativeunitlevel1"; - shacl:description "The name of the uppermost level of the address, almost always a country."@en; - shacl:name "administrative unit level 1"@en; - shacl:path ; - shacl:uniqueLang true; - "Only 1 value for each language is allowed for administrative unit level 1"@en . - rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.thoroughfare"; shacl:datatype rdf:langString; shacl:description "The name of a passage or way through from one location to another."@en; shacl:name "thoroughfare"@en; - shacl:path ; - "The range of thoroughfare must be of type ."@en . - - rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.administrativeunitlevel2"; - shacl:description "The name of a secondary level/region of the address, usually a county, state or other such area that typically encompasses several localities."@en; - shacl:name "administrative unit level 2"@en; - shacl:nodeKind shacl:Literal; - shacl:path ; - "The expected value for administrative unit level 2 is a Literal"@en . + shacl:path . rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.administrativeunitlevel1"; shacl:datatype rdf:langString; shacl:description "The name of the uppermost level of the address, almost always a country."@en; shacl:name "administrative unit level 1"@en; - shacl:path ; - "The range of administrative unit level 1 must be of type ."@en . - - rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.fulladdress"; - shacl:description "The complete address written as a string."@en; - shacl:name "full address"@en; - shacl:path ; - shacl:uniqueLang true; - "Only 1 value for each language is allowed for full address"@en . + shacl:path . rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.addressarea"; shacl:datatype rdf:langString; shacl:description "The name of a geographic area that groups Addresses."@en; shacl:name "address area"@en; - shacl:path ; - "The range of address area must be of type ."@en . - - rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.locatorname"; - shacl:description "Proper noun(s) applied to the real world entity identified by the locator. The locator name could be the name of the property or complex, of the building or part of the building, or it could be the name of a room inside a building."@en; - shacl:name "locator name"@en; - shacl:path ; - shacl:uniqueLang true; - "Only 1 value for each language is allowed for locator name"@en . + shacl:path . rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.administrativeunitlevel2"; shacl:datatype rdf:langString; shacl:description "The name of a secondary level/region of the address, usually a county, state or other such area that typically encompasses several localities."@en; shacl:name "administrative unit level 2"@en; - shacl:path ; - "The range of administrative unit level 2 must be of type ."@en . - - rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.addressID"; - shacl:description "A globally unique identifier for each instance of an Address."@en; - shacl:name "address ID"@en; - shacl:nodeKind shacl:Literal; - shacl:path ; - "The expected value for address ID is a Literal"@en . - - rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.locatordesignator"; - shacl:description "A number or sequence of characters that uniquely identifies the locator within the relevant scope."@en; - shacl:name "locator designator"@en; - shacl:nodeKind shacl:Literal; - shacl:path ; - "The expected value for locator designator is a Literal"@en . + shacl:path . rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.postname"; shacl:datatype rdf:langString; shacl:description "A name created and maintained for postal purposes to identify a subdivision of addresses and postal delivery points."@en; shacl:name "post name"@en; - shacl:path ; - "The range of post name must be of type ."@en . - - rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.administrativeunitlevel1"; - shacl:description "The name of the uppermost level of the address, almost always a country."@en; - shacl:name "administrative unit level 1"@en; - shacl:nodeKind shacl:Literal; - shacl:path ; - "The expected value for administrative unit level 1 is a Literal"@en . - - rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.postofficebox"; - shacl:description "A location designator for a postal delivery point at a post office, usually a number."@en; - shacl:name "post office box"@en; - shacl:nodeKind shacl:Literal; - shacl:path ; - "The expected value for post office box is a Literal"@en . - - rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.fulladdress"; - shacl:description "The complete address written as a string."@en; - shacl:name "full address"@en; - shacl:nodeKind shacl:Literal; - shacl:path ; - "The expected value for full address is a Literal"@en . - - rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.postname"; - shacl:description "A name created and maintained for postal purposes to identify a subdivision of addresses and postal delivery points."@en; - shacl:name "post name"@en; - shacl:path ; - shacl:uniqueLang true; - "Only 1 value for each language is allowed for post name"@en . - - rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.thoroughfare"; - shacl:description "The name of a passage or way through from one location to another."@en; - shacl:name "thoroughfare"@en; - shacl:nodeKind shacl:Literal; - shacl:path ; - "The expected value for thoroughfare is a Literal"@en . - - rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.thoroughfare"; - shacl:description "The name of a passage or way through from one location to another."@en; - shacl:name "thoroughfare"@en; - shacl:path ; - shacl:uniqueLang true; - "Only 1 value for each language is allowed for thoroughfare"@en . - - rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.administrativeunitlevel2"; - shacl:description "The name of a secondary level/region of the address, usually a county, state or other such area that typically encompasses several localities."@en; - shacl:name "administrative unit level 2"@en; - shacl:path ; - shacl:uniqueLang true; - "Only 1 value for each language is allowed for administrative unit level 2"@en . - - rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.addressarea"; - shacl:description "The name of a geographic area that groups Addresses."@en; - shacl:name "address area"@en; - shacl:path ; - shacl:uniqueLang true; - "Only 1 value for each language is allowed for address area"@en . - - rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.postcode"; - shacl:description "The code created and maintained for postal purposes to identify a subdivision of addresses and postal delivery points."@en; - shacl:name "post code"@en; - shacl:nodeKind shacl:Literal; - shacl:path ; - "The expected value for post code is a Literal"@en . + shacl:path . rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.locatorname"; shacl:datatype rdf:langString; shacl:description "Proper noun(s) applied to the real world entity identified by the locator. The locator name could be the name of the property or complex, of the building or part of the building, or it could be the name of a room inside a building."@en; shacl:name "locator name"@en; - shacl:path ; - "The range of locator name must be of type ."@en . + shacl:path . rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.fulladdress"; shacl:datatype rdf:langString; shacl:description "The complete address written as a string."@en; shacl:name "full address"@en; - shacl:path ; - "The range of full address must be of type ."@en . - - rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.addressarea"; - shacl:description "The name of a geographic area that groups Addresses."@en; - shacl:name "address area"@en; - shacl:nodeKind shacl:Literal; - shacl:path ; - "The expected value for address area is a Literal"@en . - - rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.postname"; - shacl:description "A name created and maintained for postal purposes to identify a subdivision of addresses and postal delivery points."@en; - shacl:name "post name"@en; - shacl:nodeKind shacl:Literal; - shacl:path ; - "The expected value for post name is a Literal"@en . + shacl:path . a shacl:NodeShape; shacl:closed false; shacl:property , - , - , - , - ; + ; shacl:targetClass foaf:Agent . rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Agent.name"; shacl:datatype rdf:langString; shacl:description "The noun given to the Agent."@en; shacl:name "name"@en; - shacl:path dc:title; - "The range of name must be of type ."@en . + shacl:path dc:title . rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Agent.type"; shacl:class skos:Concept; shacl:description "A classification assigned to an Agent."@en; shacl:name "type"@en; - shacl:path dc:type; - "The range of type must be of type ."@en . - - rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Agent.type"; - shacl:description "A classification assigned to an Agent."@en; - shacl:name "type"@en; - shacl:nodeKind shacl:BlankNodeOrIRI; - shacl:path dc:type; - "The expected value for type is a rdfs:Resource (URI or blank node)"@en . - - rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Agent.name"; - shacl:description "The noun given to the Agent."@en; - shacl:name "name"@en; - shacl:nodeKind shacl:Literal; - shacl:path dc:title; - "The expected value for name is a Literal"@en . - - rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Agent.name"; - shacl:description "The noun given to the Agent."@en; - shacl:name "name"@en; - shacl:path dc:title; - shacl:uniqueLang true; - "Only 1 value for each language is allowed for name"@en . + shacl:path dc:type . a shacl:NodeShape; shacl:closed false; @@ -275,39 +98,14 @@ a shacl:NodeShape; shacl:closed false; - shacl:property , - , - , - ; + shacl:property ; shacl:targetClass . - rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#ContactPoint.hasemail"; - shacl:description "An electronic address through which the Contact Point can be contacted."@en; - shacl:name "has email"@en; - shacl:nodeKind shacl:Literal; - shacl:path ; - "The expected value for has email is a Literal"@en . - - rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#ContactPoint.hastelephone"; - shacl:description "A telephone number through which the Contact Point can be contacted."@en; - shacl:name "has telephone"@en; - shacl:nodeKind shacl:Literal; - shacl:path ; - "The expected value for has telephone is a Literal"@en . - rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#ContactPoint.contactpage"; shacl:class foaf:Document; shacl:description "A web page that could be used to reach out the Contact Point."@en; shacl:name "contact page"@en; - shacl:path ; - "The range of contact page must be of type ."@en . - - rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#ContactPoint.contactpage"; - shacl:description "A web page that could be used to reach out the Contact Point."@en; - shacl:name "contact page"@en; - shacl:nodeKind shacl:BlankNodeOrIRI; - shacl:path ; - "The expected value for contact page is a rdfs:Resource (URI or blank node)"@en . + shacl:path . a shacl:NodeShape; shacl:closed false; @@ -317,161 +115,66 @@ shacl:closed false; shacl:targetClass foaf:Document . - a shacl:NodeShape; + a shacl:NodeShape; shacl:closed false; shacl:targetClass . a shacl:NodeShape; shacl:closed false; - shacl:property , - , - , - , + shacl:property , , - , , - , , - , - , - , - ; + ; shacl:targetClass . - rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Identifier.identifies"; - shacl:description "The entity that is referenced by the Identifier."@en; - shacl:name "identifies"@en; - shacl:nodeKind shacl:BlankNodeOrIRI; - shacl:path ; - "The expected value for identifies is a rdfs:Resource (URI or blank node)"@en . - - rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Identifier.notation"; - shacl:description "A string of characters to uniquely identify a concept."@en; - shacl:name "notation"@en; - shacl:nodeKind shacl:Literal; - shacl:path skos:notation; - "The expected value for notation is a Literal"@en . - - rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Identifier.issuingauthorityURI"; - shacl:description "The reference in the form of a Uniform Resource Identifier to the issuing authority."@en; - shacl:name "issuing authority URI"@en; - shacl:nodeKind shacl:BlankNodeOrIRI; - shacl:path dc:creator; - "The expected value for issuing authority URI is a rdfs:Resource (URI or blank node)"@en . - rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Identifier.schemeURI"; shacl:datatype xsd:anyURI; shacl:description "URI of the scheme used to construct the identifier."@en; shacl:name "scheme URI"@en; - shacl:path dc:conformsTo; - "The range of scheme URI must be of type ."@en . + shacl:path dc:conformsTo . rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Identifier.schemename"; shacl:datatype rdf:langString; shacl:description "Name of the scheme used to construct the identifier."@en; shacl:name "scheme name"@en; - shacl:path rdfs:label; - "The range of scheme name must be of type ."@en . - - rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Identifier.dateofissue"; - shacl:description "The date on which the Identifier was assigned."@en; - shacl:name "date of issue"@en; - shacl:nodeKind shacl:Literal; - shacl:path dc:issued; - "The expected value for date of issue is a Literal"@en . + shacl:path rdfs:label . rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Identifier.dateofissue"; shacl:datatype xsd:date; shacl:description "The date on which the Identifier was assigned."@en; shacl:name "date of issue"@en; - shacl:path dc:issued; - "The range of date of issue must be of type ."@en . - - rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Identifier.schemename"; - shacl:description "Name of the scheme used to construct the identifier."@en; - shacl:name "scheme name"@en; - shacl:nodeKind shacl:Literal; - shacl:path rdfs:label; - "The expected value for scheme name is a Literal"@en . + shacl:path dc:issued . rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Identifier.identifies"; shacl:class ; shacl:description "The entity that is referenced by the Identifier."@en; shacl:name "identifies"@en; - shacl:path ; - "The range of identifies must be of type ."@en . - - rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Identifier.schemeURI"; - shacl:description "URI of the scheme used to construct the identifier."@en; - shacl:name "scheme URI"@en; - shacl:nodeKind shacl:Literal; - shacl:path dc:conformsTo; - "The expected value for scheme URI is a Literal"@en . - - rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Identifier.schemename"; - shacl:description "Name of the scheme used to construct the identifier."@en; - shacl:name "scheme name"@en; - shacl:path rdfs:label; - shacl:uniqueLang true; - "Only 1 value for each language is allowed for scheme name"@en . + shacl:path . rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Identifier.issuingauthorityURI"; shacl:class foaf:Agent; shacl:description "The reference in the form of a Uniform Resource Identifier to the issuing authority."@en; shacl:name "issuing authority URI"@en; - shacl:path dc:creator; - "The range of issuing authority URI must be of type ."@en . - - rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Identifier.schemaagency"; - shacl:description "The name of the agency that issued the identifier."@en; - shacl:name "schema agency"@en; - shacl:nodeKind shacl:Literal; - shacl:path ; - "The expected value for schema agency is a Literal"@en . + shacl:path dc:creator . a shacl:NodeShape; shacl:closed false; shacl:property , - , - , - , - ; + ; shacl:targetClass dc:Jurisdiction . rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Jurisdiction.id"; shacl:datatype xsd:anyURI; shacl:description "A reference in the form of a Uniform Resource Identifier to the Jurisdiction."@en; shacl:name "id"@en; - shacl:path dc:identifier; - "The range of id must be of type ."@en . - - rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Jurisdiction.id"; - shacl:description "A reference in the form of a Uniform Resource Identifier to the Jurisdiction."@en; - shacl:name "id"@en; - shacl:nodeKind shacl:Literal; - shacl:path dc:identifier; - "The expected value for id is a Literal"@en . + shacl:path dc:identifier . rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Jurisdiction.name"; shacl:datatype rdf:langString; shacl:description "A string of characters that represents a Jurisdiction."@en; shacl:name "name"@en; - shacl:path rdfs:label; - "The range of name must be of type ."@en . - - rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Jurisdiction.name"; - shacl:description "A string of characters that represents a Jurisdiction."@en; - shacl:name "name"@en; - shacl:nodeKind shacl:Literal; - shacl:path rdfs:label; - "The expected value for name is a Literal"@en . - - rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Jurisdiction.name"; - shacl:description "A string of characters that represents a Jurisdiction."@en; - shacl:name "name"@en; - shacl:path rdfs:label; - shacl:uniqueLang true; - "Only 1 value for each language is allowed for name"@en . + shacl:path rdfs:label . a shacl:NodeShape; shacl:closed false; @@ -480,410 +183,150 @@ a shacl:NodeShape; shacl:closed false; shacl:property , - , - , - , - ; + ; shacl:targetClass dc:Location . rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Location.geographicname"; shacl:datatype rdf:langString; shacl:description "A textual description for a Location."@en; shacl:name "geographic name"@en; - shacl:path ; - "The range of geographic name must be of type ."@en . - - rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Location.geographicname"; - shacl:description "A textual description for a Location."@en; - shacl:name "geographic name"@en; - shacl:nodeKind shacl:Literal; - shacl:path ; - "The expected value for geographic name is a Literal"@en . + shacl:path . rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Location.geographicidentifier"; shacl:datatype xsd:anyURI; shacl:description "A reference in the form of a Uniform Resource Identifier to the Location."@en; shacl:name "geographic identifier"@en; - shacl:path rdfs:seeAlso; - "The range of geographic identifier must be of type ."@en . - - rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Location.geographicidentifier"; - shacl:description "A reference in the form of a Uniform Resource Identifier to the Location."@en; - shacl:name "geographic identifier"@en; - shacl:nodeKind shacl:Literal; - shacl:path rdfs:seeAlso; - "The expected value for geographic identifier is a Literal"@en . - - rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Location.geographicname"; - shacl:description "A textual description for a Location."@en; - shacl:name "geographic name"@en; - shacl:path ; - shacl:uniqueLang true; - "Only 1 value for each language is allowed for geographic name"@en . + shacl:path rdfs:seeAlso . a shacl:NodeShape; shacl:closed false; - shacl:property , - , - , + shacl:property , , , - , - , , - , , - , - , - , , - , - , - , , , - , , - , - , - , - , - , - , - , - , - , , - , - , , , , - , - , - , , , , , - , ; shacl:targetClass . - rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.familyname"; - shacl:description "The hereditary surname of a family."@en; - shacl:name "family name"@en; - shacl:path foaf:familyName; - shacl:uniqueLang true; - "Only 1 value for each language is allowed for family name"@en . - rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.patronymicname"; shacl:datatype rdf:langString; shacl:description "Name based on the given name of the Person's father."@en; shacl:name "patronymic name"@en; - shacl:path ; - "The range of patronymic name must be of type ."@en . - - rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.birthname"; - shacl:description "Full name of the Person given upon their birth."@en; - shacl:name "birth name"@en; - shacl:path ; - shacl:uniqueLang true; - "Only 1 value for each language is allowed for birth name"@en . + shacl:path . rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.placeofbirth"; shacl:class dc:Location; shacl:description "The Location where the Person was born."@en; shacl:name "place of birth"@en; - shacl:path ; - "The range of place of birth must be of type ."@en . + shacl:path . rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.familyname"; shacl:datatype rdf:langString; shacl:description "The hereditary surname of a family."@en; shacl:name "family name"@en; - shacl:path foaf:familyName; - "The range of family name must be of type ."@en . - - rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.citizenship"; - shacl:description "The Jurisdiction that has conferred citizenship rights on the Person such as the right to vote, to receive certain protection from the community or the issuance of a passport."@en; - shacl:name "citizenship"@en; - shacl:nodeKind shacl:BlankNodeOrIRI; - shacl:path ; - "The expected value for citizenship is a rdfs:Resource (URI or blank node)"@en . - - rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.birthname"; - shacl:description "Full name of the Person given upon their birth."@en; - shacl:name "birth name"@en; - shacl:nodeKind shacl:Literal; - shacl:path ; - "The expected value for birth name is a Literal"@en . + shacl:path foaf:familyName . rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.fullname"; shacl:datatype rdf:langString; shacl:description "The complete name of the Person as one string."@en; shacl:name "full name"@en; - shacl:path foaf:name; - "The range of full name must be of type ."@en . - - rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.matronymicname"; - shacl:description "Name based on the given name of the Person's mother."@en; - shacl:name "matronymic name"@en; - shacl:nodeKind shacl:Literal; - shacl:path ; - "The expected value for matronymic name is a Literal"@en . + shacl:path foaf:name . rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.birthname"; shacl:datatype rdf:langString; shacl:description "Full name of the Person given upon their birth."@en; shacl:name "birth name"@en; - shacl:path ; - "The range of birth name must be of type ."@en . - - rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.matronymicname"; - shacl:description "Name based on the given name of the Person's mother."@en; - shacl:name "matronymic name"@en; - shacl:path ; - shacl:uniqueLang true; - "Only 1 value for each language is allowed for matronymic name"@en . - - rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.countryofbirth"; - shacl:description "The country in which the Person was born."@en; - shacl:name "country of birth"@en; - shacl:nodeKind shacl:BlankNodeOrIRI; - shacl:path ; - "The expected value for country of birth is a rdfs:Resource (URI or blank node)"@en . - - rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.fullname"; - shacl:description "The complete name of the Person as one string."@en; - shacl:name "full name"@en; - shacl:nodeKind shacl:Literal; - shacl:path foaf:name; - "The expected value for full name is a Literal"@en . + shacl:path . rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.sex"; shacl:class skos:Concept; shacl:description "The organism's biological sex."@en; shacl:name "sex"@en; - shacl:path ; - "The range of sex must be of type ."@en . - - rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.alternativename"; - shacl:description "Any name by which a Person is known, other than their full name."@en; - shacl:name "alternative name"@en; - shacl:path dc:alternative; - shacl:uniqueLang true; - "Only 1 value for each language is allowed for alternative name"@en . - - rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.placeofbirth"; - shacl:description "The Location where the Person was born."@en; - shacl:name "place of birth"@en; - shacl:nodeKind shacl:BlankNodeOrIRI; - shacl:path ; - "The expected value for place of birth is a rdfs:Resource (URI or blank node)"@en . - - rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.countryofdeath"; - shacl:description "The country in which the Person died."@en; - shacl:name "country of death"@en; - shacl:nodeKind shacl:BlankNodeOrIRI; - shacl:path ; - "The expected value for country of death is a rdfs:Resource (URI or blank node)"@en . + shacl:path . rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.domicile"; shacl:class ; shacl:description "The place that the Person treats as permanent home."@en; shacl:name "domicile"@en; - shacl:path ; - "The range of domicile must be of type ."@en . + shacl:path . rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.matronymicname"; shacl:datatype rdf:langString; shacl:description "Name based on the given name of the Person's mother."@en; shacl:name "matronymic name"@en; - shacl:path ; - "The range of matronymic name must be of type ."@en . - - rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.givenname"; - shacl:description "The name(s) that identify the Person within a family with a common surname."@en; - shacl:name "given name"@en; - shacl:nodeKind shacl:Literal; - shacl:path foaf:givenName; - "The expected value for given name is a Literal"@en . + shacl:path . rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.contactpoint"; shacl:class ; shacl:description "The main contact information of the resource."@en; shacl:name "contact point"@en; - shacl:path ; - "The range of contact point must be of type ."@en . - - rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.familyname"; - shacl:description "The hereditary surname of a family."@en; - shacl:name "family name"@en; - shacl:nodeKind shacl:Literal; - shacl:path foaf:familyName; - "The expected value for family name is a Literal"@en . - - rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.residency"; - shacl:description "Jurisdiction where the Person has their dwelling."@en; - shacl:name "residency"@en; - shacl:nodeKind shacl:BlankNodeOrIRI; - shacl:path ; - "The expected value for residency is a rdfs:Resource (URI or blank node)"@en . - - rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.dateofdeath"; - shacl:description "The point in time on which the Person died."@en; - shacl:name "date of death"@en; - shacl:nodeKind shacl:Literal; - shacl:path ; - "The expected value for date of death is a Literal"@en . - - rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.placeofdeath"; - shacl:description "The Location where the Person died."@en; - shacl:name "place of death"@en; - shacl:nodeKind shacl:BlankNodeOrIRI; - shacl:path ; - "The expected value for place of death is a rdfs:Resource (URI or blank node)"@en . - - rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.contactpoint"; - shacl:description "The main contact information of the resource."@en; - shacl:name "contact point"@en; - shacl:nodeKind shacl:BlankNodeOrIRI; - shacl:path ; - "The expected value for contact point is a rdfs:Resource (URI or blank node)"@en . - - rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.identifier"; - shacl:description "The unambiguous structured reference to the Person."@en; - shacl:name "identifier"@en; - shacl:nodeKind shacl:BlankNodeOrIRI; - shacl:path dc:identifier; - "The expected value for identifier is a rdfs:Resource (URI or blank node)"@en . - - rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.fullname"; - shacl:description "The complete name of the Person as one string."@en; - shacl:name "full name"@en; - shacl:path foaf:name; - shacl:uniqueLang true; - "Only 1 value for each language is allowed for full name"@en . - - rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.gender"; - shacl:description "The identities, expressions and societal roles of the Person."@en; - shacl:name "gender"@en; - shacl:nodeKind shacl:BlankNodeOrIRI; - shacl:path ; - "The expected value for gender is a rdfs:Resource (URI or blank node)"@en . - - rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.domicile"; - shacl:description "The place that the Person treats as permanent home."@en; - shacl:name "domicile"@en; - shacl:nodeKind shacl:BlankNodeOrIRI; - shacl:path ; - "The expected value for domicile is a rdfs:Resource (URI or blank node)"@en . + shacl:path . rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.countryofdeath"; shacl:class dc:Location; shacl:description "The country in which the Person died."@en; shacl:name "country of death"@en; - shacl:path ; - "The range of country of death must be of type ."@en . - - rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.dateofbirth"; - shacl:description "The point in time on which the Person was born."@en; - shacl:name "date of birth"@en; - shacl:nodeKind shacl:Literal; - shacl:path ; - "The expected value for date of birth is a Literal"@en . - - rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.givenname"; - shacl:description "The name(s) that identify the Person within a family with a common surname."@en; - shacl:name "given name"@en; - shacl:path foaf:givenName; - shacl:uniqueLang true; - "Only 1 value for each language is allowed for given name"@en . + shacl:path . rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.placeofdeath"; shacl:class dc:Location; shacl:description "The Location where the Person died."@en; shacl:name "place of death"@en; - shacl:path ; - "The range of place of death must be of type ."@en . + shacl:path . rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.citizenship"; shacl:class dc:Jurisdiction; shacl:description "The Jurisdiction that has conferred citizenship rights on the Person such as the right to vote, to receive certain protection from the community or the issuance of a passport."@en; shacl:name "citizenship"@en; - shacl:path ; - "The range of citizenship must be of type ."@en . + shacl:path . rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.gender"; shacl:class skos:Concept; shacl:description "The identities, expressions and societal roles of the Person."@en; shacl:name "gender"@en; - shacl:path ; - "The range of gender must be of type ."@en . - - rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.alternativename"; - shacl:description "Any name by which a Person is known, other than their full name."@en; - shacl:name "alternative name"@en; - shacl:nodeKind shacl:Literal; - shacl:path dc:alternative; - "The expected value for alternative name is a Literal"@en . - - rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.sex"; - shacl:description "The organism's biological sex."@en; - shacl:name "sex"@en; - shacl:nodeKind shacl:BlankNodeOrIRI; - shacl:path ; - "The expected value for sex is a rdfs:Resource (URI or blank node)"@en . - - rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.patronymicname"; - shacl:description "Name based on the given name of the Person's father."@en; - shacl:name "patronymic name"@en; - shacl:path ; - shacl:uniqueLang true; - "Only 1 value for each language is allowed for patronymic name"@en . + shacl:path . rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.residency"; shacl:class dc:Jurisdiction; shacl:description "Jurisdiction where the Person has their dwelling."@en; shacl:name "residency"@en; - shacl:path ; - "The range of residency must be of type ."@en . + shacl:path . rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.countryofbirth"; shacl:class dc:Location; shacl:description "The country in which the Person was born."@en; shacl:name "country of birth"@en; - shacl:path ; - "The range of country of birth must be of type ."@en . + shacl:path . rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.identifier"; shacl:class ; shacl:description "The unambiguous structured reference to the Person."@en; shacl:name "identifier"@en; - shacl:path dc:identifier; - "The range of identifier must be of type ."@en . + shacl:path dc:identifier . rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.alternativename"; shacl:datatype rdf:langString; shacl:description "Any name by which a Person is known, other than their full name."@en; shacl:name "alternative name"@en; - shacl:path dc:alternative; - "The range of alternative name must be of type ."@en . - - rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.patronymicname"; - shacl:description "Name based on the given name of the Person's father."@en; - shacl:name "patronymic name"@en; - shacl:nodeKind shacl:Literal; - shacl:path ; - "The expected value for patronymic name is a Literal"@en . + shacl:path dc:alternative . rdfs:seeAlso "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.givenname"; shacl:datatype rdf:langString; shacl:description "The name(s) that identify the Person within a family with a common surname."@en; shacl:name "given name"@en; - shacl:path foaf:givenName; - "The range of given name must be of type ."@en . + shacl:path foaf:givenName . a shacl:NodeShape; shacl:closed false; diff --git a/releases/2.1.1/shacl/core-person-ap-SHACL_en.jsonld b/releases/2.1.1/shacl/core-person-ap-SHACL_en.jsonld index 161977e..1174d24 100644 --- a/releases/2.1.1/shacl/core-person-ap-SHACL_en.jsonld +++ b/releases/2.1.1/shacl/core-person-ap-SHACL_en.jsonld @@ -107,36 +107,6 @@ "@type": "sh:NodeShape", "sh:closed": false, "sh:property": [ - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#ContactPointShape/0c404fa56c64463c15f65878d02efa16eec065b0", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#ContactPoint.hasemail", - "sh:description": { - "en": "An electronic address through which the Contact Point can be contacted." - }, - "sh:name": { - "en": "has email" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://data.europa.eu/m8g/email", - "vl:message": { - "en": "The expected value for has email is a Literal" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#ContactPointShape/8547f9fea103d51b54d608cf10f98b003fde7378", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#ContactPoint.hastelephone", - "sh:description": { - "en": "A telephone number through which the Contact Point can be contacted." - }, - "sh:name": { - "en": "has telephone" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://data.europa.eu/m8g/telephone", - "vl:message": { - "en": "The expected value for has telephone is a Literal" - } - }, { "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#ContactPointShape/95cf5318d1604f72f1c5d4d22a360ce268437bf0", "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#ContactPoint.contactpage", @@ -147,31 +117,13 @@ "sh:name": { "en": "contact page" }, - "sh:path": "http://data.europa.eu/m8g/contactPage", - "vl:message": { - "en": "The range of contact page must be of type ." - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#ContactPointShape/a736c4b01ea7557518c0c146f3e311947ce00ccc", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#ContactPoint.contactpage", - "sh:description": { - "en": "A web page that could be used to reach out the Contact Point." - }, - "sh:name": { - "en": "contact page" - }, - "sh:nodeKind": "sh:BlankNodeOrIRI", - "sh:path": "http://data.europa.eu/m8g/contactPage", - "vl:message": { - "en": "The expected value for contact page is a rdfs:Resource (URI or blank node)" - } + "sh:path": "http://data.europa.eu/m8g/contactPage" } ], "sh:targetClass": "http://data.europa.eu/m8g/ContactPoint" }, { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#GenericdateShape", + "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#GenericDateShape", "@type": "sh:NodeShape", "sh:closed": false, "sh:property": [], @@ -192,25 +144,7 @@ "sh:name": { "en": "id" }, - "sh:path": "http://purl.org/dc/terms/identifier", - "vl:message": { - "en": "The range of id must be of type ." - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#JurisdictionShape/1bf6b202f78591cc7dc23e70eebefda2d3e72ec5", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Jurisdiction.id", - "sh:description": { - "en": "A reference in the form of a Uniform Resource Identifier to the Jurisdiction." - }, - "sh:name": { - "en": "id" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://purl.org/dc/terms/identifier", - "vl:message": { - "en": "The expected value for id is a Literal" - } + "sh:path": "http://purl.org/dc/terms/identifier" }, { "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#JurisdictionShape/263a563c5bed08cdaadf4a0fd0a5fb9874d742bc", @@ -222,40 +156,7 @@ "sh:name": { "en": "name" }, - "sh:path": "http://www.w3.org/2000/01/rdf-schema#label", - "vl:message": { - "en": "The range of name must be of type ." - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#JurisdictionShape/9caf9e629daa0e64ece77788576468821d7cff8c", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Jurisdiction.name", - "sh:description": { - "en": "A string of characters that represents a Jurisdiction." - }, - "sh:name": { - "en": "name" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/2000/01/rdf-schema#label", - "vl:message": { - "en": "The expected value for name is a Literal" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#JurisdictionShape/be01df43f1c288b656b3ca3879eb3dd9d8c700b9", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Jurisdiction.name", - "sh:description": { - "en": "A string of characters that represents a Jurisdiction." - }, - "sh:name": { - "en": "name" - }, - "sh:path": "http://www.w3.org/2000/01/rdf-schema#label", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for name" - } + "sh:path": "http://www.w3.org/2000/01/rdf-schema#label" } ], "sh:targetClass": "http://purl.org/dc/terms/Jurisdiction" @@ -275,25 +176,7 @@ "sh:name": { "en": "geographic name" }, - "sh:path": "http://www.w3.org/ns/locn#geographicName", - "vl:message": { - "en": "The range of geographic name must be of type ." - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#LocationShape/33e381ee565d4967597190de5407462136b5201f", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Location.geographicname", - "sh:description": { - "en": "A textual description for a Location." - }, - "sh:name": { - "en": "geographic name" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/ns/locn#geographicName", - "vl:message": { - "en": "The expected value for geographic name is a Literal" - } + "sh:path": "http://www.w3.org/ns/locn#geographicName" }, { "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#LocationShape/de64768127c2c96295191bbf7ced703cb1b65346", @@ -305,40 +188,7 @@ "sh:name": { "en": "geographic identifier" }, - "sh:path": "http://www.w3.org/2000/01/rdf-schema#seeAlso", - "vl:message": { - "en": "The range of geographic identifier must be of type ." - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#LocationShape/e8ee1e84cb83b9448511b77b2105dcaebb8942df", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Location.geographicidentifier", - "sh:description": { - "en": "A reference in the form of a Uniform Resource Identifier to the Location." - }, - "sh:name": { - "en": "geographic identifier" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/2000/01/rdf-schema#seeAlso", - "vl:message": { - "en": "The expected value for geographic identifier is a Literal" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#LocationShape/f8c12ef1d65e2f95cdc24b099e3c0f5ac229e8fe", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Location.geographicname", - "sh:description": { - "en": "A textual description for a Location." - }, - "sh:name": { - "en": "geographic name" - }, - "sh:path": "http://www.w3.org/ns/locn#geographicName", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for geographic name" - } + "sh:path": "http://www.w3.org/2000/01/rdf-schema#seeAlso" } ], "sh:targetClass": "http://purl.org/dc/terms/Location" @@ -383,51 +233,6 @@ "@type": "sh:NodeShape", "sh:closed": false, "sh:property": [ - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#IdentifierShape/02979d67c706a6886ef581ec3af63f1c67325a24", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Identifier.identifies", - "sh:description": { - "en": "The entity that is referenced by the Identifier." - }, - "sh:name": { - "en": "identifies" - }, - "sh:nodeKind": "sh:BlankNodeOrIRI", - "sh:path": "http://www.w3.org/ns/adms#identifies", - "vl:message": { - "en": "The expected value for identifies is a rdfs:Resource (URI or blank node)" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#IdentifierShape/053d0ae3c4b213ae2f708e5e492b97e2cce08686", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Identifier.notation", - "sh:description": { - "en": "A string of characters to uniquely identify a concept." - }, - "sh:name": { - "en": "notation" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/2004/02/skos/core#notation", - "vl:message": { - "en": "The expected value for notation is a Literal" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#IdentifierShape/0881b6c6884db304d15b7a2a18fd20c54babde26", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Identifier.issuingauthorityURI", - "sh:description": { - "en": "The reference in the form of a Uniform Resource Identifier to the issuing authority." - }, - "sh:name": { - "en": "issuing authority URI" - }, - "sh:nodeKind": "sh:BlankNodeOrIRI", - "sh:path": "http://purl.org/dc/terms/creator", - "vl:message": { - "en": "The expected value for issuing authority URI is a rdfs:Resource (URI or blank node)" - } - }, { "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#IdentifierShape/0d2f12fd4ed87d3af4f1300097bea7985cc94745", "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Identifier.schemeURI", @@ -438,10 +243,7 @@ "sh:name": { "en": "scheme URI" }, - "sh:path": "http://purl.org/dc/terms/conformsTo", - "vl:message": { - "en": "The range of scheme URI must be of type ." - } + "sh:path": "http://purl.org/dc/terms/conformsTo" }, { "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#IdentifierShape/495aa44a236e78566cf7b2f54c299258b29602f9", @@ -453,25 +255,7 @@ "sh:name": { "en": "scheme name" }, - "sh:path": "http://www.w3.org/2000/01/rdf-schema#label", - "vl:message": { - "en": "The range of scheme name must be of type ." - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#IdentifierShape/886a37c0a64d5093fa1e6f0352c72d6c9999de5f", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Identifier.dateofissue", - "sh:description": { - "en": "The date on which the Identifier was assigned." - }, - "sh:name": { - "en": "date of issue" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://purl.org/dc/terms/issued", - "vl:message": { - "en": "The expected value for date of issue is a Literal" - } + "sh:path": "http://www.w3.org/2000/01/rdf-schema#label" }, { "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#IdentifierShape/b2d3ac00adf57ca47e24b371d036da25f0f2fb43", @@ -483,25 +267,7 @@ "sh:name": { "en": "date of issue" }, - "sh:path": "http://purl.org/dc/terms/issued", - "vl:message": { - "en": "The range of date of issue must be of type ." - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#IdentifierShape/b66ff3c38dc89b4412b1715099a98c00ae8118c9", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Identifier.schemename", - "sh:description": { - "en": "Name of the scheme used to construct the identifier." - }, - "sh:name": { - "en": "scheme name" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/2000/01/rdf-schema#label", - "vl:message": { - "en": "The expected value for scheme name is a Literal" - } + "sh:path": "http://purl.org/dc/terms/issued" }, { "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#IdentifierShape/c623dd0ee9911f8266a229393e26001684e14eaf", @@ -513,40 +279,7 @@ "sh:name": { "en": "identifies" }, - "sh:path": "http://www.w3.org/ns/adms#identifies", - "vl:message": { - "en": "The range of identifies must be of type ." - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#IdentifierShape/cc40d454ac926043491df929ab05a361896b0021", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Identifier.schemeURI", - "sh:description": { - "en": "URI of the scheme used to construct the identifier." - }, - "sh:name": { - "en": "scheme URI" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://purl.org/dc/terms/conformsTo", - "vl:message": { - "en": "The expected value for scheme URI is a Literal" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#IdentifierShape/ce99d905817e35ff5ebdf871e45b1e25e2e85188", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Identifier.schemename", - "sh:description": { - "en": "Name of the scheme used to construct the identifier." - }, - "sh:name": { - "en": "scheme name" - }, - "sh:path": "http://www.w3.org/2000/01/rdf-schema#label", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for scheme name" - } + "sh:path": "http://data.europa.eu/m8g/identifies" }, { "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#IdentifierShape/d4ce8b1d928c1a262434416188d62d4422571148", @@ -558,25 +291,7 @@ "sh:name": { "en": "issuing authority URI" }, - "sh:path": "http://purl.org/dc/terms/creator", - "vl:message": { - "en": "The range of issuing authority URI must be of type ." - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#IdentifierShape/e17cae15cd3a2db8b6c9aeef586141ff8b261cab", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Identifier.schemaagency", - "sh:description": { - "en": "The name of the agency that issued the identifier." - }, - "sh:name": { - "en": "schema agency" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/ns/adms#schemeAgency", - "vl:message": { - "en": "The expected value for schema agency is a Literal" - } + "sh:path": "http://purl.org/dc/terms/creator" } ], "sh:targetClass": "http://www.w3.org/ns/adms#Identifier" @@ -587,837 +302,204 @@ "sh:closed": false, "sh:property": [ { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#AddressShape/006de06965023999963c4307153479c8629991d9", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.locatorname", + "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#AddressShape/17384dfa4a75117e7dd2bc0f2bbf61ac91fd8676", + "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.thoroughfare", + "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", "sh:description": { - "en": "Proper noun(s) applied to the real world entity identified by the locator. The locator name could be the name of the property or complex, of the building or part of the building, or it could be the name of a room inside a building." + "en": "The name of a passage or way through from one location to another." }, "sh:name": { - "en": "locator name" + "en": "thoroughfare" }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/ns/locn#locatorName", - "vl:message": { - "en": "The expected value for locator name is a Literal" - } + "sh:path": "http://www.w3.org/ns/locn#thoroughfare" }, { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#AddressShape/03690748629ed1c685fc6a365780375be09bce76", + "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#AddressShape/362b7c3261b1d5eb024e72e4868babc25ed0c7ce", "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.administrativeunitlevel1", + "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", "sh:description": { "en": "The name of the uppermost level of the address, almost always a country." }, "sh:name": { "en": "administrative unit level 1" }, - "sh:path": "http://www.w3.org/ns/locn#adminUnitL1", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for administrative unit level 1" - } + "sh:path": "http://www.w3.org/ns/locn#adminUnitL1" }, { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#AddressShape/17384dfa4a75117e7dd2bc0f2bbf61ac91fd8676", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.thoroughfare", + "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#AddressShape/470060a15e97aeacd56fcc5beb701e647a6aa56e", + "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.addressarea", "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", "sh:description": { - "en": "The name of a passage or way through from one location to another." + "en": "The name of a geographic area that groups Addresses." }, "sh:name": { - "en": "thoroughfare" + "en": "address area" }, - "sh:path": "http://www.w3.org/ns/locn#thoroughfare", - "vl:message": { - "en": "The range of thoroughfare must be of type ." - } + "sh:path": "http://www.w3.org/ns/locn#addressArea" }, { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#AddressShape/256ffe464f9c7682e950f7853ef0b6060580435b", + "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#AddressShape/854a17171901a9c000eff34a7ccd77814891e3d5", "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.administrativeunitlevel2", + "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", "sh:description": { "en": "The name of a secondary level/region of the address, usually a county, state or other such area that typically encompasses several localities." }, "sh:name": { "en": "administrative unit level 2" }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/ns/locn#adminUnitL2", - "vl:message": { - "en": "The expected value for administrative unit level 2 is a Literal" - } + "sh:path": "http://www.w3.org/ns/locn#adminUnitL2" }, { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#AddressShape/362b7c3261b1d5eb024e72e4868babc25ed0c7ce", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.administrativeunitlevel1", + "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#AddressShape/98016263ed1fd03fc2066e397f3ae3343ce3bf79", + "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.postname", "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", "sh:description": { - "en": "The name of the uppermost level of the address, almost always a country." + "en": "A name created and maintained for postal purposes to identify a subdivision of addresses and postal delivery points." }, "sh:name": { - "en": "administrative unit level 1" + "en": "post name" }, - "sh:path": "http://www.w3.org/ns/locn#adminUnitL1", - "vl:message": { - "en": "The range of administrative unit level 1 must be of type ." - } + "sh:path": "http://www.w3.org/ns/locn#postName" }, { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#AddressShape/3a0fcecd9e5f4e8deb4d102b9d072a4b067b773e", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.fulladdress", + "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#AddressShape/d75b5d4c221e6b0bf47c853c0be92d078c39e391", + "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.locatorname", + "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", "sh:description": { - "en": "The complete address written as a string." + "en": "Proper noun(s) applied to the real world entity identified by the locator. The locator name could be the name of the property or complex, of the building or part of the building, or it could be the name of a room inside a building." }, "sh:name": { - "en": "full address" + "en": "locator name" }, - "sh:path": "http://www.w3.org/ns/locn#fullAddress", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for full address" - } + "sh:path": "http://www.w3.org/ns/locn#locatorName" }, { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#AddressShape/470060a15e97aeacd56fcc5beb701e647a6aa56e", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.addressarea", + "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#AddressShape/dee03556e405a14f1e410c960b43b8eee149efe7", + "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.fulladdress", "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", "sh:description": { - "en": "The name of a geographic area that groups Addresses." + "en": "The complete address written as a string." }, "sh:name": { - "en": "address area" + "en": "full address" }, - "sh:path": "http://www.w3.org/ns/locn#addressArea", - "vl:message": { - "en": "The range of address area must be of type ." - } - }, + "sh:path": "http://www.w3.org/ns/locn#fullAddress" + } + ], + "sh:targetClass": "http://www.w3.org/ns/locn#Address" + }, + { + "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape", + "@type": "sh:NodeShape", + "sh:closed": false, + "sh:property": [ { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#AddressShape/6f98d6d917a0e0b73d8614923f953e1ee2533918", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.locatorname", + "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/04e2a7f3717362cd45d6ed88689062f505b55288", + "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.patronymicname", + "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", "sh:description": { - "en": "Proper noun(s) applied to the real world entity identified by the locator. The locator name could be the name of the property or complex, of the building or part of the building, or it could be the name of a room inside a building." + "en": "Name based on the given name of the Person's father." }, "sh:name": { - "en": "locator name" + "en": "patronymic name" }, - "sh:path": "http://www.w3.org/ns/locn#locatorName", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for locator name" - } + "sh:path": "http://www.w3.org/ns/person#patronymicName" }, { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#AddressShape/854a17171901a9c000eff34a7ccd77814891e3d5", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.administrativeunitlevel2", - "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", + "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/0dcae38d37919a3205164e6f0695b1ad233bb64a", + "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.placeofbirth", + "sh:class": "http://purl.org/dc/terms/Location", "sh:description": { - "en": "The name of a secondary level/region of the address, usually a county, state or other such area that typically encompasses several localities." + "en": "The Location where the Person was born." }, "sh:name": { - "en": "administrative unit level 2" + "en": "place of birth" }, - "sh:path": "http://www.w3.org/ns/locn#adminUnitL2", - "vl:message": { - "en": "The range of administrative unit level 2 must be of type ." - } + "sh:path": "http://www.w3.org/ns/person#placeOfBirth" }, { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#AddressShape/8b4c4bdd61e921f78483a3141338773693d4b2ef", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.addressID", + "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/1572a063cf6e42858dabf5017baf40a96bf7155d", + "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.familyname", + "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", "sh:description": { - "en": "A globally unique identifier for each instance of an Address." + "en": "The hereditary surname of a family." }, "sh:name": { - "en": "address ID" + "en": "family name" }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/ns/locn#addressId", - "vl:message": { - "en": "The expected value for address ID is a Literal" - } + "sh:path": "http://xmlns.com/foaf/0.1/familyName" }, { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#AddressShape/9097b947404def8604330ec2fc5a0bd405128b35", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.locatordesignator", + "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/23e0d5b7e102a68f695e96d6488725cad24bf86e", + "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.fullname", + "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", "sh:description": { - "en": "A number or sequence of characters that uniquely identifies the locator within the relevant scope." + "en": "The complete name of the Person as one string." }, "sh:name": { - "en": "locator designator" + "en": "full name" }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/ns/locn#locatorDesignator", - "vl:message": { - "en": "The expected value for locator designator is a Literal" - } + "sh:path": "http://xmlns.com/foaf/0.1/name" }, { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#AddressShape/98016263ed1fd03fc2066e397f3ae3343ce3bf79", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.postname", + "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/2d4ab81c49e1cc374cae75653a67dc10f350a9db", + "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.birthname", "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", "sh:description": { - "en": "A name created and maintained for postal purposes to identify a subdivision of addresses and postal delivery points." + "en": "Full name of the Person given upon their birth." }, "sh:name": { - "en": "post name" + "en": "birth name" }, - "sh:path": "http://www.w3.org/ns/locn#postName", - "vl:message": { - "en": "The range of post name must be of type ." - } + "sh:path": "http://www.w3.org/ns/person#birthName" }, { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#AddressShape/9aaaf1750887d905949d78ac718f18c02809a28e", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.administrativeunitlevel1", + "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/417049e481f126bd62d475e78214104517de15cc", + "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.sex", + "sh:class": "http://www.w3.org/2004/02/skos/core#Concept", "sh:description": { - "en": "The name of the uppermost level of the address, almost always a country." + "en": "The organism's biological sex." }, "sh:name": { - "en": "administrative unit level 1" + "en": "sex" }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/ns/locn#adminUnitL1", - "vl:message": { - "en": "The expected value for administrative unit level 1 is a Literal" - } + "sh:path": "http://data.europa.eu/m8g/sex" }, { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#AddressShape/9c278b09ca17b0ef710224829c0354dc4c2f9a40", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.postofficebox", + "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/55b5451dbdf7a52f51562f996bc320d6e00bf47d", + "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.domicile", + "sh:class": "http://www.w3.org/ns/locn#Address", "sh:description": { - "en": "A location designator for a postal delivery point at a post office, usually a number." + "en": "The place that the Person treats as permanent home." }, "sh:name": { - "en": "post office box" + "en": "domicile" }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/ns/locn#poBox", - "vl:message": { - "en": "The expected value for post office box is a Literal" - } + "sh:path": "http://data.europa.eu/m8g/domicile" }, { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#AddressShape/9c2d6af39a55e5e6a76f6b852bbcbada029c21af", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.fulladdress", + "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/62a70e171ece563e50b91a1f8de081dc77de6024", + "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.matronymicname", + "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", "sh:description": { - "en": "The complete address written as a string." + "en": "Name based on the given name of the Person's mother." }, "sh:name": { - "en": "full address" + "en": "matronymic name" }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/ns/locn#fullAddress", - "vl:message": { - "en": "The expected value for full address is a Literal" - } + "sh:path": "http://data.europa.eu/m8g/matronymicName" }, { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#AddressShape/a9a46434014b93624ab68c9a56a5bc66a38da9a4", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.postname", - "sh:description": { - "en": "A name created and maintained for postal purposes to identify a subdivision of addresses and postal delivery points." - }, - "sh:name": { - "en": "post name" - }, - "sh:path": "http://www.w3.org/ns/locn#postName", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for post name" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#AddressShape/aa9622c05f497ef1b06496716742dd5cbfc6f0c9", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.thoroughfare", - "sh:description": { - "en": "The name of a passage or way through from one location to another." - }, - "sh:name": { - "en": "thoroughfare" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/ns/locn#thoroughfare", - "vl:message": { - "en": "The expected value for thoroughfare is a Literal" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#AddressShape/ac2d62a08fd924f88a79f0e70cda9fca4d484fd2", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.thoroughfare", - "sh:description": { - "en": "The name of a passage or way through from one location to another." - }, - "sh:name": { - "en": "thoroughfare" - }, - "sh:path": "http://www.w3.org/ns/locn#thoroughfare", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for thoroughfare" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#AddressShape/ae24e9fc95115753cabe5ad6bd3c05b9751cd13c", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.administrativeunitlevel2", - "sh:description": { - "en": "The name of a secondary level/region of the address, usually a county, state or other such area that typically encompasses several localities." - }, - "sh:name": { - "en": "administrative unit level 2" - }, - "sh:path": "http://www.w3.org/ns/locn#adminUnitL2", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for administrative unit level 2" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#AddressShape/b35e8c8ed2d85ea47f163d53cafca733ecb29389", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.addressarea", - "sh:description": { - "en": "The name of a geographic area that groups Addresses." - }, - "sh:name": { - "en": "address area" - }, - "sh:path": "http://www.w3.org/ns/locn#addressArea", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for address area" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#AddressShape/c0a2b78a80a731301e2f54d040ca9aa2c9b125b1", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.postcode", - "sh:description": { - "en": "The code created and maintained for postal purposes to identify a subdivision of addresses and postal delivery points." - }, - "sh:name": { - "en": "post code" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/ns/locn#postCode", - "vl:message": { - "en": "The expected value for post code is a Literal" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#AddressShape/d75b5d4c221e6b0bf47c853c0be92d078c39e391", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.locatorname", - "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", - "sh:description": { - "en": "Proper noun(s) applied to the real world entity identified by the locator. The locator name could be the name of the property or complex, of the building or part of the building, or it could be the name of a room inside a building." - }, - "sh:name": { - "en": "locator name" - }, - "sh:path": "http://www.w3.org/ns/locn#locatorName", - "vl:message": { - "en": "The range of locator name must be of type ." - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#AddressShape/dee03556e405a14f1e410c960b43b8eee149efe7", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.fulladdress", - "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", - "sh:description": { - "en": "The complete address written as a string." - }, - "sh:name": { - "en": "full address" - }, - "sh:path": "http://www.w3.org/ns/locn#fullAddress", - "vl:message": { - "en": "The range of full address must be of type ." - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#AddressShape/f1144df3e852614939e86f2e427788162aa7cb72", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.addressarea", - "sh:description": { - "en": "The name of a geographic area that groups Addresses." - }, - "sh:name": { - "en": "address area" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/ns/locn#addressArea", - "vl:message": { - "en": "The expected value for address area is a Literal" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#AddressShape/f8d38c3580ea5d4e47ea9e1ad447a47ebe91d5fa", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Address.postname", - "sh:description": { - "en": "A name created and maintained for postal purposes to identify a subdivision of addresses and postal delivery points." - }, - "sh:name": { - "en": "post name" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/ns/locn#postName", - "vl:message": { - "en": "The expected value for post name is a Literal" - } - } - ], - "sh:targetClass": "http://www.w3.org/ns/locn#Address" - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape", - "@type": "sh:NodeShape", - "sh:closed": false, - "sh:property": [ - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/02385f3b9d1535bd73391c90a820bc54033f8fc6", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.familyname", - "sh:description": { - "en": "The hereditary surname of a family." - }, - "sh:name": { - "en": "family name" - }, - "sh:path": "http://xmlns.com/foaf/0.1/familyName", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for family name" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/04e2a7f3717362cd45d6ed88689062f505b55288", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.patronymicname", - "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", - "sh:description": { - "en": "Name based on the given name of the Person's father." - }, - "sh:name": { - "en": "patronymic name" - }, - "sh:path": "http://www.w3.org/ns/person#patronymicName", - "vl:message": { - "en": "The range of patronymic name must be of type ." - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/06c52015ab780d7c69de3691cd20cb0e13a246ea", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.birthname", - "sh:description": { - "en": "Full name of the Person given upon their birth." - }, - "sh:name": { - "en": "birth name" - }, - "sh:path": "http://www.w3.org/ns/person#birthName", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for birth name" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/0dcae38d37919a3205164e6f0695b1ad233bb64a", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.placeofbirth", - "sh:class": "http://purl.org/dc/terms/Location", - "sh:description": { - "en": "The Location where the Person was born." - }, - "sh:name": { - "en": "place of birth" - }, - "sh:path": "http://www.w3.org/ns/person#placeOfBirth", - "vl:message": { - "en": "The range of place of birth must be of type ." - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/1572a063cf6e42858dabf5017baf40a96bf7155d", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.familyname", - "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", - "sh:description": { - "en": "The hereditary surname of a family." - }, - "sh:name": { - "en": "family name" - }, - "sh:path": "http://xmlns.com/foaf/0.1/familyName", - "vl:message": { - "en": "The range of family name must be of type ." - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/17753da6f4f2354f710c8038acdf91bd263e20a4", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.citizenship", - "sh:description": { - "en": "The Jurisdiction that has conferred citizenship rights on the Person such as the right to vote, to receive certain protection from the community or the issuance of a passport." - }, - "sh:name": { - "en": "citizenship" - }, - "sh:nodeKind": "sh:BlankNodeOrIRI", - "sh:path": "http://www.w3.org/ns/person#citizenship", - "vl:message": { - "en": "The expected value for citizenship is a rdfs:Resource (URI or blank node)" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/19af0495c16fad6fa54dbabc3f445a180383f36d", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.birthname", - "sh:description": { - "en": "Full name of the Person given upon their birth." - }, - "sh:name": { - "en": "birth name" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/ns/person#birthName", - "vl:message": { - "en": "The expected value for birth name is a Literal" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/23e0d5b7e102a68f695e96d6488725cad24bf86e", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.fullname", - "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", - "sh:description": { - "en": "The complete name of the Person as one string." - }, - "sh:name": { - "en": "full name" - }, - "sh:path": "http://xmlns.com/foaf/0.1/name", - "vl:message": { - "en": "The range of full name must be of type ." - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/2b456dbde8d1cdc5d16ddb6e98a33d1e6a27ec36", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.matronymicname", - "sh:description": { - "en": "Name based on the given name of the Person's mother." - }, - "sh:name": { - "en": "matronymic name" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://data.europa.eu/m8g/matronymicName", - "vl:message": { - "en": "The expected value for matronymic name is a Literal" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/2d4ab81c49e1cc374cae75653a67dc10f350a9db", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.birthname", - "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", - "sh:description": { - "en": "Full name of the Person given upon their birth." - }, - "sh:name": { - "en": "birth name" - }, - "sh:path": "http://www.w3.org/ns/person#birthName", - "vl:message": { - "en": "The range of birth name must be of type ." - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/31f5162b6f738e046e7b41e5f46acaf3ea3b370a", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.matronymicname", - "sh:description": { - "en": "Name based on the given name of the Person's mother." - }, - "sh:name": { - "en": "matronymic name" - }, - "sh:path": "http://data.europa.eu/m8g/matronymicName", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for matronymic name" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/32bbe808d9f048d5ad8c63c38ca9f0979a5f6e22", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.countryofbirth", - "sh:description": { - "en": "The country in which the Person was born." - }, - "sh:name": { - "en": "country of birth" - }, - "sh:nodeKind": "sh:BlankNodeOrIRI", - "sh:path": "http://www.w3.org/ns/person#countryOfBirth", - "vl:message": { - "en": "The expected value for country of birth is a rdfs:Resource (URI or blank node)" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/334d3973959379776995cf58843d5c7d9053dd25", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.fullname", - "sh:description": { - "en": "The complete name of the Person as one string." - }, - "sh:name": { - "en": "full name" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://xmlns.com/foaf/0.1/name", - "vl:message": { - "en": "The expected value for full name is a Literal" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/417049e481f126bd62d475e78214104517de15cc", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.sex", - "sh:class": "http://www.w3.org/2004/02/skos/core#Concept", - "sh:description": { - "en": "The organism's biological sex." - }, - "sh:name": { - "en": "sex" - }, - "sh:path": "http://data.europa.eu/m8g/sex", - "vl:message": { - "en": "The range of sex must be of type ." - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/45b15ba29c98ac584fc8a034f731f0f0183997ad", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.alternativename", - "sh:description": { - "en": "Any name by which a Person is known, other than their full name." - }, - "sh:name": { - "en": "alternative name" - }, - "sh:path": "http://purl.org/dc/terms/alternative", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for alternative name" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/4680da147ff3c3187fb3650f553fedcd70b0c9f8", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.placeofbirth", - "sh:description": { - "en": "The Location where the Person was born." - }, - "sh:name": { - "en": "place of birth" - }, - "sh:nodeKind": "sh:BlankNodeOrIRI", - "sh:path": "http://www.w3.org/ns/person#placeOfBirth", - "vl:message": { - "en": "The expected value for place of birth is a rdfs:Resource (URI or blank node)" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/4cf95d28daf701f2920393efc9b24e00afd4b5c0", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.countryofdeath", - "sh:description": { - "en": "The country in which the Person died." - }, - "sh:name": { - "en": "country of death" - }, - "sh:nodeKind": "sh:BlankNodeOrIRI", - "sh:path": "http://www.w3.org/ns/person#countryOfDeath", - "vl:message": { - "en": "The expected value for country of death is a rdfs:Resource (URI or blank node)" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/55b5451dbdf7a52f51562f996bc320d6e00bf47d", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.domicile", - "sh:class": "http://www.w3.org/ns/locn#Address", - "sh:description": { - "en": "The place that the Person treats as permanent home." - }, - "sh:name": { - "en": "domicile" - }, - "sh:path": "http://data.europa.eu/m8g/domicile", - "vl:message": { - "en": "The range of domicile must be of type ." - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/62a70e171ece563e50b91a1f8de081dc77de6024", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.matronymicname", - "sh:datatype": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", - "sh:description": { - "en": "Name based on the given name of the Person's mother." - }, - "sh:name": { - "en": "matronymic name" - }, - "sh:path": "http://data.europa.eu/m8g/matronymicName", - "vl:message": { - "en": "The range of matronymic name must be of type ." - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/7349aedd98256d90685571bddc6da8ac9eab1767", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.givenname", - "sh:description": { - "en": "The name(s) that identify the Person within a family with a common surname." - }, - "sh:name": { - "en": "given name" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://xmlns.com/foaf/0.1/givenName", - "vl:message": { - "en": "The expected value for given name is a Literal" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/7b6713c1f4a52e964f5db57eabef294b6d04e90e", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.contactpoint", - "sh:class": "http://data.europa.eu/m8g/ContactPoint", - "sh:description": { - "en": "The main contact information of the resource." - }, - "sh:name": { - "en": "contact point" - }, - "sh:path": "http://data.europa.eu/m8g/contactPoint", - "vl:message": { - "en": "The range of contact point must be of type ." - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/7d0aad3aaae427f799249eafced4cbb0b8a36dc5", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.familyname", - "sh:description": { - "en": "The hereditary surname of a family." - }, - "sh:name": { - "en": "family name" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://xmlns.com/foaf/0.1/familyName", - "vl:message": { - "en": "The expected value for family name is a Literal" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/865ba935520021b8f25482279eb8ad77a9783e05", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.residency", - "sh:description": { - "en": "Jurisdiction where the Person has their dwelling." - }, - "sh:name": { - "en": "residency" - }, - "sh:nodeKind": "sh:BlankNodeOrIRI", - "sh:path": "http://www.w3.org/ns/person#residency", - "vl:message": { - "en": "The expected value for residency is a rdfs:Resource (URI or blank node)" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/866a37e9b1a9dba8235fae06f696a8292c4af3ff", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.dateofdeath", - "sh:description": { - "en": "The point in time on which the Person died." - }, - "sh:name": { - "en": "date of death" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://data.europa.eu/m8g/deathDate", - "vl:message": { - "en": "The expected value for date of death is a Literal" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/91a4a6a43abf6ac412ca05007c92c27a574894d4", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.placeofdeath", - "sh:description": { - "en": "The Location where the Person died." - }, - "sh:name": { - "en": "place of death" - }, - "sh:nodeKind": "sh:BlankNodeOrIRI", - "sh:path": "http://www.w3.org/ns/person#placeOfDeath", - "vl:message": { - "en": "The expected value for place of death is a rdfs:Resource (URI or blank node)" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/9adf9f5890592909cf3e67021ae7ab4f895a7745", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.contactpoint", + "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/7b6713c1f4a52e964f5db57eabef294b6d04e90e", + "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.contactpoint", + "sh:class": "http://data.europa.eu/m8g/ContactPoint", "sh:description": { "en": "The main contact information of the resource." }, "sh:name": { "en": "contact point" }, - "sh:nodeKind": "sh:BlankNodeOrIRI", - "sh:path": "http://data.europa.eu/m8g/contactPoint", - "vl:message": { - "en": "The expected value for contact point is a rdfs:Resource (URI or blank node)" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/aadbd67a77a624f073be2076627fb9dc883cbe48", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.identifier", - "sh:description": { - "en": "The unambiguous structured reference to the Person." - }, - "sh:name": { - "en": "identifier" - }, - "sh:nodeKind": "sh:BlankNodeOrIRI", - "sh:path": "http://purl.org/dc/terms/identifier", - "vl:message": { - "en": "The expected value for identifier is a rdfs:Resource (URI or blank node)" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/add99084b28b7f1f702646fec9ee5516646831c7", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.fullname", - "sh:description": { - "en": "The complete name of the Person as one string." - }, - "sh:name": { - "en": "full name" - }, - "sh:path": "http://xmlns.com/foaf/0.1/name", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for full name" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/b3a65155abdf78e609997919f6f053e252c52153", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.gender", - "sh:description": { - "en": "The identities, expressions and societal roles of the Person." - }, - "sh:name": { - "en": "gender" - }, - "sh:nodeKind": "sh:BlankNodeOrIRI", - "sh:path": "http://data.europa.eu/m8g/gender", - "vl:message": { - "en": "The expected value for gender is a rdfs:Resource (URI or blank node)" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/b844cc3c7b96c856fc32491171cb4c945ce4b713", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.domicile", - "sh:description": { - "en": "The place that the Person treats as permanent home." - }, - "sh:name": { - "en": "domicile" - }, - "sh:nodeKind": "sh:BlankNodeOrIRI", - "sh:path": "http://data.europa.eu/m8g/domicile", - "vl:message": { - "en": "The expected value for domicile is a rdfs:Resource (URI or blank node)" - } + "sh:path": "http://data.europa.eu/m8g/contactPoint" }, { "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/b9605829b15a0ab0c6ee0dabdc938356d40617b9", @@ -1429,40 +511,7 @@ "sh:name": { "en": "country of death" }, - "sh:path": "http://www.w3.org/ns/person#countryOfDeath", - "vl:message": { - "en": "The range of country of death must be of type ." - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/b9da0bb511b75552c4edec2383d2c9ebb35f0774", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.dateofbirth", - "sh:description": { - "en": "The point in time on which the Person was born." - }, - "sh:name": { - "en": "date of birth" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://data.europa.eu/m8g/birthDate", - "vl:message": { - "en": "The expected value for date of birth is a Literal" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/ba21b6c4a9251ed67b6b3113dc1d857640fd4534", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.givenname", - "sh:description": { - "en": "The name(s) that identify the Person within a family with a common surname." - }, - "sh:name": { - "en": "given name" - }, - "sh:path": "http://xmlns.com/foaf/0.1/givenName", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for given name" - } + "sh:path": "http://www.w3.org/ns/person#countryOfDeath" }, { "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/bc8332ea8570ca419c8fa93a6ec025e632ec3291", @@ -1474,10 +523,7 @@ "sh:name": { "en": "place of death" }, - "sh:path": "http://www.w3.org/ns/person#placeOfDeath", - "vl:message": { - "en": "The range of place of death must be of type ." - } + "sh:path": "http://www.w3.org/ns/person#placeOfDeath" }, { "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/bf74cccfec7e50f438b22e22a005bb1546874a66", @@ -1489,10 +535,7 @@ "sh:name": { "en": "citizenship" }, - "sh:path": "http://www.w3.org/ns/person#citizenship", - "vl:message": { - "en": "The range of citizenship must be of type ." - } + "sh:path": "http://www.w3.org/ns/person#citizenship" }, { "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/c2c54ded0a433cc00911573f794f1aeab900c624", @@ -1504,55 +547,7 @@ "sh:name": { "en": "gender" }, - "sh:path": "http://data.europa.eu/m8g/gender", - "vl:message": { - "en": "The range of gender must be of type ." - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/c56ed5a233a70e9c4a6338f07a2aee5cfc6bacbf", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.alternativename", - "sh:description": { - "en": "Any name by which a Person is known, other than their full name." - }, - "sh:name": { - "en": "alternative name" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://purl.org/dc/terms/alternative", - "vl:message": { - "en": "The expected value for alternative name is a Literal" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/c5e60dadb51bdf0b453282c1f7f7f1ea7dce5c5b", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.sex", - "sh:description": { - "en": "The organism's biological sex." - }, - "sh:name": { - "en": "sex" - }, - "sh:nodeKind": "sh:BlankNodeOrIRI", - "sh:path": "http://data.europa.eu/m8g/sex", - "vl:message": { - "en": "The expected value for sex is a rdfs:Resource (URI or blank node)" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/c8d5fd103b31c793398287afa3d1dcc3de45e33a", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.patronymicname", - "sh:description": { - "en": "Name based on the given name of the Person's father." - }, - "sh:name": { - "en": "patronymic name" - }, - "sh:path": "http://www.w3.org/ns/person#patronymicName", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for patronymic name" - } + "sh:path": "http://data.europa.eu/m8g/gender" }, { "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/d4cd8f8edede55428d7e23a183edf5ac726e1139", @@ -1564,10 +559,7 @@ "sh:name": { "en": "residency" }, - "sh:path": "http://www.w3.org/ns/person#residency", - "vl:message": { - "en": "The range of residency must be of type ." - } + "sh:path": "http://www.w3.org/ns/person#residency" }, { "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/dc60ac739d4282afbbd5564ac77327a70022cede", @@ -1579,10 +571,7 @@ "sh:name": { "en": "country of birth" }, - "sh:path": "http://www.w3.org/ns/person#countryOfBirth", - "vl:message": { - "en": "The range of country of birth must be of type ." - } + "sh:path": "http://www.w3.org/ns/person#countryOfBirth" }, { "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/e2017f72421063cd9ff494011ec78f35f9632a4a", @@ -1594,10 +583,7 @@ "sh:name": { "en": "identifier" }, - "sh:path": "http://purl.org/dc/terms/identifier", - "vl:message": { - "en": "The range of identifier must be of type ." - } + "sh:path": "http://purl.org/dc/terms/identifier" }, { "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/f138612a5fffed0d4daa1a176e0de7d53a99eddd", @@ -1609,25 +595,7 @@ "sh:name": { "en": "alternative name" }, - "sh:path": "http://purl.org/dc/terms/alternative", - "vl:message": { - "en": "The range of alternative name must be of type ." - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/f5c4d42ae8c2ec2c79ad93cca23bee5c9ddf09bc", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Person.patronymicname", - "sh:description": { - "en": "Name based on the given name of the Person's father." - }, - "sh:name": { - "en": "patronymic name" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://www.w3.org/ns/person#patronymicName", - "vl:message": { - "en": "The expected value for patronymic name is a Literal" - } + "sh:path": "http://purl.org/dc/terms/alternative" }, { "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#PersonShape/f888a185270cac3f6e32d6e1a22eb6a89d617ba8", @@ -1639,10 +607,7 @@ "sh:name": { "en": "given name" }, - "sh:path": "http://xmlns.com/foaf/0.1/givenName", - "vl:message": { - "en": "The range of given name must be of type ." - } + "sh:path": "http://xmlns.com/foaf/0.1/givenName" } ], "sh:targetClass": "http://www.w3.org/ns/person#Person" @@ -1662,10 +627,7 @@ "sh:name": { "en": "name" }, - "sh:path": "http://purl.org/dc/terms/title", - "vl:message": { - "en": "The range of name must be of type ." - } + "sh:path": "http://purl.org/dc/terms/title" }, { "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#AgentShape/322371a77364a50f049d46180f6192532eea26dc", @@ -1677,55 +639,7 @@ "sh:name": { "en": "type" }, - "sh:path": "http://purl.org/dc/terms/type", - "vl:message": { - "en": "The range of type must be of type ." - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#AgentShape/4f381639bb6e021939f65b4f41409d1edaeade9b", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Agent.type", - "sh:description": { - "en": "A classification assigned to an Agent." - }, - "sh:name": { - "en": "type" - }, - "sh:nodeKind": "sh:BlankNodeOrIRI", - "sh:path": "http://purl.org/dc/terms/type", - "vl:message": { - "en": "The expected value for type is a rdfs:Resource (URI or blank node)" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#AgentShape/9caf9e629daa0e64ece77788576468821d7cff8c", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Agent.name", - "sh:description": { - "en": "The noun given to the Agent." - }, - "sh:name": { - "en": "name" - }, - "sh:nodeKind": "sh:Literal", - "sh:path": "http://purl.org/dc/terms/title", - "vl:message": { - "en": "The expected value for name is a Literal" - } - }, - { - "@id": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#AgentShape/be01df43f1c288b656b3ca3879eb3dd9d8c700b9", - "rdfs:seeAlso": "https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1/#Agent.name", - "sh:description": { - "en": "The noun given to the Agent." - }, - "sh:name": { - "en": "name" - }, - "sh:path": "http://purl.org/dc/terms/title", - "sh:uniqueLang": "true", - "vl:message": { - "en": "Only 1 value for each language is allowed for name" - } + "sh:path": "http://purl.org/dc/terms/type" } ], "sh:targetClass": "http://xmlns.com/foaf/0.1/Agent" diff --git a/releases/2.1.1/uml/CoreVocabularies.EAP b/releases/2.1.1/uml/CoreVocabularies.EAP index 7b6eb2c8a506cc9b3153b7f8b4ce111cf573ec3b..ed57f67b6f3b7f7461157cdfa0cd4182498dbe97 100644 GIT binary patch delta 857 zcmb`^Ur19?7y$5l?%h3i&Oe={m49a4dtHB~ZPRRNy2`pp5h1$ts*|;?-7Tb` zOybU$K=I)ei2Zpe5QXVz*T>WcBci7e^TjNvr_cy2lBjPLz4aC!zwaCl-+}L(Z}9#W z8XWnGk}MWVYbFtcI#Xu6fyP8^%ta`O5yLPn^8;T^nh-BsWd+K3K<6O(hA|l?QeJ0?c41$Oi>r7uXH^{5)+K$rM&$u^S#Mq899Wx^(sMFfYb2B&vmLOVBQ z+`hb&5>iW?#BXt&!_o|{71u0L!)7x6F6Z}Se#;~7UFDt!NP8% z?fF+I5Dtk^8n#zhXvafa9{s#2zooNHWhMHHPx3ZTy=Dp18}V{p-})jOBq|QDD}P!R z%hIAX)XNoC^ZMn4b@m)?!;F`Cny{@|!G3T69Mo-VhhEPK>s;n#MKtSenXl~63u6HwHIZ`=mTK?OJr?7#t>pb}JpBcK`_1uk$5 z)PP!W9Mpk&-8b%@f0x~lGfl7z^K5`h;@(kxV$ie7XYw$5H0&|z<`L6|po=4>H~%fq zBxg`ILKD9xil%iATc`KP=9!a4@KJ#bAEUKuC=QqKZ=u2jiIoO7iPV>Q%eHyF03= ts-oI^w*G1Dft4a1?4meS1qE@i^$#uz z8Y;ZW)}|R=g;LbP!RbsOZr&K{KGu^Y4y80CBB6q@3KBf+uYy5NT3L~trN z6Feq(li(W!Zx(!`;PDDKKe|PCB$>k*6SM#hTEQl;8MJ{dU@O=L5@0*n0UCEH&<=Kj zUBFT}WB$aTi>P*Q?&plIq zUv)mHpI@DCM4mjAHqjmVp4&3}NlASnk9%z5Ak}Zspw4 zdAdThAuY&xbrid?fj2Vq>3EA}6>nS=TZzR8vW-?as+En6+M|Al*>UDGe zoCngN6YK|Fpc@ a owl:DatatypeProperty; rdfs:label "date of birth"@en; - """The date of birth could be expressed as date, gYearMonth or gYear, example: + rdfs:comment "The point in time on which the Person was born."@en; + rdfs:domain ; + rdfs:isDefinedBy ; + rdfs:range ; + skos:scopeNote """The date of birth could be expressed as date, gYearMonth or gYear, example:
  • - 1980-09-16^^xs:date
  • - 1980-09^^xs:gYearMonth
  • - 1980^^xs:gYear
  • -
"""@en; - rdfs:comment "The point in time on which the Person was born."@en; - rdfs:domain ; - rdfs:isDefinedBy ; - rdfs:range . +"""@en . a owl:ObjectProperty; rdfs:label "contact page"@en; @@ -29,16 +29,16 @@ a owl:DatatypeProperty; rdfs:label "date of death"@en; - """The date of birth could be expressed as date, gYearMonth or gYear, example: + rdfs:comment "The point in time on which the Person died."@en; + rdfs:domain ; + rdfs:isDefinedBy ; + rdfs:range ; + skos:scopeNote """The date of birth could be expressed as date, gYearMonth or gYear, example:
  • - 1980-09-16^^xs:date
  • - 1980-09^^xs:gYearMonth
  • - 1980^^xs:gYear
  • -
"""@en; - rdfs:comment "The point in time on which the Person died."@en; - rdfs:domain ; - rdfs:isDefinedBy ; - rdfs:range . +"""@en . a owl:DatatypeProperty; rdfs:label "has email"@en; @@ -49,11 +49,11 @@ a owl:ObjectProperty; rdfs:label "gender"@en; - "The gender of an individual should be recorded using a controlled vocabulary that is appropriate for the specific context. In some cases, the chromosomal or physical state of an individual will be more important than the gender that they express, in others the reverse will be true. What is always important is that the controlled vocabulary used to describe an individual's gender is stated explicitly."@en; rdfs:comment "The identities, expressions and societal roles of the Person."@en; rdfs:domain ; rdfs:isDefinedBy ; - rdfs:range skos:Concept . + rdfs:range skos:Concept; + skos:scopeNote "The gender of an individual should be recorded using a controlled vocabulary that is appropriate for the specific context. In some cases, the chromosomal or physical state of an individual will be more important than the gender that they express, in others the reverse will be true. What is always important is that the controlled vocabulary used to describe an individual's gender is stated explicitly."@en . a owl:DatatypeProperty; rdfs:label "matronymic name"@en; @@ -64,11 +64,11 @@ a owl:ObjectProperty; rdfs:label "sex"@en; - "The recommended controlled vocabulary for this property is the sex authority table of the Publications Office."@en; rdfs:comment "The organism's biological sex."@en; rdfs:domain ; rdfs:isDefinedBy ; - rdfs:range skos:Concept . + rdfs:range skos:Concept; + skos:scopeNote "The recommended controlled vocabulary for this property is the sex authority table of the Publications Office."@en . a owl:DatatypeProperty; rdfs:label "has telephone"@en; @@ -84,9 +84,9 @@ a owl:Class; rdfs:label "Contact Point"@en; - "The Core Public Organization Vocabulary defines properties for telephone number, e-mail address and opening hours although it is noteworthy that the class is based on schema.org's ContactPoint class that has additional properties that some implementations may find useful."@en; rdfs:comment "Information (e.g. e-mail address, telephone number) of a person or department through which the user can get in touch with."@en; - rdfs:isDefinedBy . + rdfs:isDefinedBy ; + skos:scopeNote "The Core Public Organization Vocabulary defines properties for telephone number, e-mail address and opening hours although it is noteworthy that the class is based on schema.org's ContactPoint class that has additional properties that some implementations may find useful."@en . a owl:Ontology; rdfs:label "core-person-voc"@en,