Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save bertvannuffelen/c05b80a60585949249ac8d346e3015af to your computer and use it in GitHub Desktop.
Save bertvannuffelen/c05b80a60585949249ac8d346e3015af to your computer and use it in GitHub Desktop.
organisatie.ttl
@prefix dc: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix org: <http://www.w3.org/ns/org#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <http://schema.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.vlaanderen.be/doc/organisatie/OVO000007> dc:issued "2018-07-02T19:33:53Z"^^xsd:dateTime;
foaf:primaryTopic <http://data.vlaanderen.be/id/organisatie/OVO000007> .
<http://data.vlaanderen.be/id/organisatie/OVO000007> a foaf:Agent,
org:Organization;
<http://mu.semte.ch/vocabularies/core/uuid> "OVO000007";
schema:contactPoint <http://data.vlaanderen.be/id/organisatie/OVO000007/contact/adee91aa-461a-4632-9f8d-8dd7639c23d4>;
rdfs:seeAlso <https://wegwijs.vlaanderen.be/#/organisations/5c59a16b-8f03-40f4-bffd-9f7fc34748f3>;
skos:altLabel "OV";
skos:prefLabel "Beleidsdomein Onderwijs en Vorming";
org:changedBy <http://data.vlaanderen.be/id/organisatie/OVO000007/oprichting>;
org:classification <http://data.vlaanderen.be/id/concept/organisatieclassificatie/7dea2d65-f8c1-4844-b9d0-ae8b1653df12>,
<http://data.vlaanderen.be/id/concept/organisatieclassificatie/82187614-1b2f-4d28-897a-5417e75408bb>;
org:identifier "OVO000007";
<http://www.w3.org/ns/regorg#orgStatus> <http://data.vlaanderen.be/id/concept/organisatiestatus/actief>;
foaf:homepage <http://onderwijs.vlaanderen.be> .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment