Skip to content

Instantly share code, notes, and snippets.

@bertvannuffelen
Created February 28, 2024 09:10
Show Gist options
  • Save bertvannuffelen/d219b727242d9a1e4ee063057d5d2959 to your computer and use it in GitHub Desktop.
Save bertvannuffelen/d219b727242d9a1e4ee063057d5d2959 to your computer and use it in GitHub Desktop.
@prefix dc: <http://purl.org/dc/terms/> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix shacl: <http://www.w3.org/ns/shacl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<https://semiceu.github.io//DCAT-AP/releases/3.0.0#AgentShape> a shacl:NodeShape;
shacl:closed false;
shacl:property <https://semiceu.github.io//DCAT-AP/releases/3.0.0#AgentShape/236f0210baaf149903750c43bbe7012c21debb2a>;
shacl:targetClass foaf:Agent .
<https://semiceu.github.io//DCAT-AP/releases/3.0.0#AgentShape/236f0210baaf149903750c43bbe7012c21debb2a> rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/3.0.0#Agent.type";
shacl:description "A type of the agent that makes the Catalogue or Dataset available."@en;
shacl:maxCount 1;
shacl:name "type"@en;
shacl:path dc:type;
shacl:message "Maximally 1 values allowed for type"@en .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment