-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Applying changes from commit 21640d03b6b75cef1aedd52c3149ebe98d545b20
- Loading branch information
Circle CI Builder
committed
Oct 21, 2024
1 parent
aa5f9ec
commit 4a19b5c
Showing
19 changed files
with
69,362 additions
and
139 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,153 @@ | ||
{ | ||
"dcterms:mediator": { | ||
"foaf:homepage": "https://semic.eu", | ||
"foaf:mbox": "mailto: [email protected]", | ||
"foaf:name": "Semantic Interoperability Community (SEMIC)" | ||
}, | ||
"@id": "https://data.europa.eu/m8g", | ||
"@type": "http://www.w3.org/2002/07/owl#Ontology", | ||
"label": { | ||
"en": "cpsv", | ||
"nl": "cpsv" | ||
}, | ||
"authors": [ | ||
{ | ||
"@type": "foaf:Person", | ||
"foaf:firstName": "Core Public Service Vocabulary Working Group" | ||
}, | ||
{ | ||
"@type": "foaf:Person", | ||
"foaf:firstName": "Core Vocabularies Working Group" | ||
} | ||
], | ||
"editors": [ | ||
{ | ||
"@type": "foaf:Person", | ||
"foaf:firstName": "Emiel", | ||
"foaf:lastName": "Dhondt" | ||
} | ||
], | ||
"contributors": [], | ||
"license": "https://creativecommons.org/licenses/by/4.0/", | ||
"issued": "TODO", | ||
"navigation": { | ||
"prev": "https://github.com/SEMICeu/CPSV/releases/tag/v1.0.1" | ||
}, | ||
"publication-state": "Semic Recommendation", | ||
"publication-date": "2024-09-19", | ||
"classes": [], | ||
"externals": [], | ||
"properties": [], | ||
"externalproperties": [], | ||
"@context": { | ||
"m8g": "http://data.europa.eu/m8g/", | ||
"r5r": "http://data.europa.eu/r5r/", | ||
"adms": "http://www.w3.org/ns/adms#", | ||
"owl": "http://www.w3.org/2002/07/owl#", | ||
"void": "http://rdfs.org/ns/void#", | ||
"dcterms": "http://purl.org/dc/terms/", | ||
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#", | ||
"dcat": "http://www.w3.org/ns/dcat#", | ||
"sdmx-dimension": "http://purl.org/linked-data/sdmx/2009/dimension#", | ||
"rdfs": "http://www.w3.org/2000/01/rdf-schema#", | ||
"sdmx-attribute": "http://purl.org/linked-data/sdmx/2009/attribute#", | ||
"qb": "http://purl.org/linked-data/cube#", | ||
"skos": "http://www.w3.org/2004/02/skos/core#", | ||
"xsd": "http://www.w3.org/2001/XMLSchema#", | ||
"sdmx-concept": "http://purl.org/linked-data/sdmx/2009/concept#", | ||
"foaf": "http://xmlns.com/foaf/0.1/", | ||
"person": "http://www.w3.org/ns/person#", | ||
"rec": "http://www.w3.org/2001/02pd/rec54#", | ||
"vann": "http://purl.org/vocab/vann/", | ||
"sh": "http://w3.org/ns/shacl#", | ||
"label": { | ||
"@id": "rdfs:label", | ||
"@container": "@language" | ||
}, | ||
"modified": { | ||
"@id": "dcterms:modified", | ||
"@type": "xsd:date" | ||
}, | ||
"license": { | ||
"@id": "dcterms:license", | ||
"@type": "@id" | ||
}, | ||
"publication-date": { | ||
"@id": "dcterms:issued" | ||
}, | ||
"authors": { | ||
"@type": "person:Person", | ||
"@id": "foaf:maker" | ||
}, | ||
"editors": { | ||
"@type": "person:Person", | ||
"@id": "rec:editor" | ||
}, | ||
"contributors": { | ||
"@type": "person:Person", | ||
"@id": "dcterms:contributor" | ||
}, | ||
"affiliation": { | ||
"@id": "https://schema.org/affiliation" | ||
}, | ||
"classes": { | ||
"@reverse": "rdfs:isDefinedBy" | ||
}, | ||
"datatypes": { | ||
"@reverse": "rdfs:isDefinedBy" | ||
}, | ||
"name": { | ||
"@id": "rdfs:label", | ||
"@container": "@language" | ||
}, | ||
"description": { | ||
"@id": "rdfs:comment", | ||
"@container": "@language" | ||
}, | ||
"definition": { | ||
"@id": "rdfs:comment", | ||
"@container": "@language" | ||
}, | ||
"properties": { | ||
"@reverse": "rdfs:isDefinedBy" | ||
}, | ||
"domain": { | ||
"@id": "rdfs:domain", | ||
"@type": "@id" | ||
}, | ||
"range": { | ||
"@id": "rdfs:range", | ||
"@type": "@id" | ||
}, | ||
"minCardinality": { | ||
"@id": "sh:minCount" | ||
}, | ||
"maxCardinality": { | ||
"@id": "sh:maxCount" | ||
}, | ||
"generalization": { | ||
"@id": "rdfs:subPropertyOf", | ||
"@type": "@id" | ||
}, | ||
"usage": { | ||
"@id": "skos:scopeNote", | ||
"@container": "@language" | ||
}, | ||
"parents": { | ||
"@id": "rdfs:subClassOf", | ||
"@type": "@id" | ||
}, | ||
"foaf:homepage": { | ||
"@id": "foaf:homepage", | ||
"@type": "@id" | ||
}, | ||
"foaf:mbox": { | ||
"@id": "foaf:mbox", | ||
"@type": "@id" | ||
}, | ||
"equivalent": { | ||
"@id": "owl:equivalentClass", | ||
"@type": "@id" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,153 @@ | ||
{ | ||
"dcterms:mediator": { | ||
"foaf:homepage": "https://semic.eu", | ||
"foaf:mbox": "mailto: [email protected]", | ||
"foaf:name": "Semantic Interoperability Community (SEMIC)" | ||
}, | ||
"@id": "https://data.europa.eu/m8g", | ||
"@type": "http://www.w3.org/2002/07/owl#Ontology", | ||
"label": { | ||
"en": "cpsv", | ||
"nl": "cpsv" | ||
}, | ||
"authors": [ | ||
{ | ||
"@type": "foaf:Person", | ||
"foaf:firstName": "Core Public Service Vocabulary Working Group" | ||
}, | ||
{ | ||
"@type": "foaf:Person", | ||
"foaf:firstName": "Core Vocabularies Working Group" | ||
} | ||
], | ||
"editors": [ | ||
{ | ||
"@type": "foaf:Person", | ||
"foaf:firstName": "Emiel", | ||
"foaf:lastName": "Dhondt" | ||
} | ||
], | ||
"contributors": [], | ||
"license": "https://creativecommons.org/licenses/by/4.0/", | ||
"issued": "TODO", | ||
"navigation": { | ||
"prev": "https://github.com/SEMICeu/CPSV/releases/tag/v1.0.1" | ||
}, | ||
"publication-state": "Semic Recommendation", | ||
"publication-date": "2024-09-19", | ||
"classes": [], | ||
"externals": [], | ||
"properties": [], | ||
"externalproperties": [], | ||
"@context": { | ||
"m8g": "http://data.europa.eu/m8g/", | ||
"r5r": "http://data.europa.eu/r5r/", | ||
"adms": "http://www.w3.org/ns/adms#", | ||
"owl": "http://www.w3.org/2002/07/owl#", | ||
"void": "http://rdfs.org/ns/void#", | ||
"dcterms": "http://purl.org/dc/terms/", | ||
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#", | ||
"dcat": "http://www.w3.org/ns/dcat#", | ||
"sdmx-dimension": "http://purl.org/linked-data/sdmx/2009/dimension#", | ||
"rdfs": "http://www.w3.org/2000/01/rdf-schema#", | ||
"sdmx-attribute": "http://purl.org/linked-data/sdmx/2009/attribute#", | ||
"qb": "http://purl.org/linked-data/cube#", | ||
"skos": "http://www.w3.org/2004/02/skos/core#", | ||
"xsd": "http://www.w3.org/2001/XMLSchema#", | ||
"sdmx-concept": "http://purl.org/linked-data/sdmx/2009/concept#", | ||
"foaf": "http://xmlns.com/foaf/0.1/", | ||
"person": "http://www.w3.org/ns/person#", | ||
"rec": "http://www.w3.org/2001/02pd/rec54#", | ||
"vann": "http://purl.org/vocab/vann/", | ||
"sh": "http://w3.org/ns/shacl#", | ||
"label": { | ||
"@id": "rdfs:label", | ||
"@container": "@language" | ||
}, | ||
"modified": { | ||
"@id": "dcterms:modified", | ||
"@type": "xsd:date" | ||
}, | ||
"license": { | ||
"@id": "dcterms:license", | ||
"@type": "@id" | ||
}, | ||
"publication-date": { | ||
"@id": "dcterms:issued" | ||
}, | ||
"authors": { | ||
"@type": "person:Person", | ||
"@id": "foaf:maker" | ||
}, | ||
"editors": { | ||
"@type": "person:Person", | ||
"@id": "rec:editor" | ||
}, | ||
"contributors": { | ||
"@type": "person:Person", | ||
"@id": "dcterms:contributor" | ||
}, | ||
"affiliation": { | ||
"@id": "https://schema.org/affiliation" | ||
}, | ||
"classes": { | ||
"@reverse": "rdfs:isDefinedBy" | ||
}, | ||
"datatypes": { | ||
"@reverse": "rdfs:isDefinedBy" | ||
}, | ||
"name": { | ||
"@id": "rdfs:label", | ||
"@container": "@language" | ||
}, | ||
"description": { | ||
"@id": "rdfs:comment", | ||
"@container": "@language" | ||
}, | ||
"definition": { | ||
"@id": "rdfs:comment", | ||
"@container": "@language" | ||
}, | ||
"properties": { | ||
"@reverse": "rdfs:isDefinedBy" | ||
}, | ||
"domain": { | ||
"@id": "rdfs:domain", | ||
"@type": "@id" | ||
}, | ||
"range": { | ||
"@id": "rdfs:range", | ||
"@type": "@id" | ||
}, | ||
"minCardinality": { | ||
"@id": "sh:minCount" | ||
}, | ||
"maxCardinality": { | ||
"@id": "sh:maxCount" | ||
}, | ||
"generalization": { | ||
"@id": "rdfs:subPropertyOf", | ||
"@type": "@id" | ||
}, | ||
"usage": { | ||
"@id": "skos:scopeNote", | ||
"@container": "@language" | ||
}, | ||
"parents": { | ||
"@id": "rdfs:subClassOf", | ||
"@type": "@id" | ||
}, | ||
"foaf:homepage": { | ||
"@id": "foaf:homepage", | ||
"@type": "@id" | ||
}, | ||
"foaf:mbox": { | ||
"@id": "foaf:mbox", | ||
"@type": "@id" | ||
}, | ||
"equivalent": { | ||
"@id": "owl:equivalentClass", | ||
"@type": "@id" | ||
} | ||
} | ||
} |
Empty file.
Oops, something went wrong.