Skip to content

Instantly share code, notes, and snippets.

@bertvannuffelen
Last active July 5, 2018 07:50
Show Gist options
  • Save bertvannuffelen/d08e49c5b2f7da4957cf81f283146a1f to your computer and use it in GitHub Desktop.
Save bertvannuffelen/d08e49c5b2f7da4957cf81f283146a1f to your computer and use it in GitHub Desktop.
@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";
<http://mu.semte.ch/vocabularies/core/uuid> "OVO000007" ^^ xsd:string;
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> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
<http://data.vlaanderen.be/id/concept/organisatieclassificatie/82187614-1b2f-4d28-897a-5417e75408bb> rdf:type skos:Concept .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.vlaanderen.be/id/concept/organisatieclassificatie/82187614-1b2f-4d28-897a-5417e75408bb> skos:prefLabel "Andere"^^xsd:string .
@prefix ns3: <http://mu.semte.ch/vocabularies/core/> .
<http://data.vlaanderen.be/id/concept/organisatieclassificatie/82187614-1b2f-4d28-897a-5417e75408bb> ns3:uuid "82187614-1b2f-4d28-897a-5417e75408bb"^^xsd:string .
<http://data.vlaanderen.be/id/concept/organisatieclassificatie/7dea2d65-f8c1-4844-b9d0-ae8b1653df12> rdf:type skos:Concept ;
skos:prefLabel "Beleidsdomein"^^xsd:string ;
ns3:uuid "7dea2d65-f8c1-4844-b9d0-ae8b1653df12"^^xsd:string .
@prefix ns4: <http://data.vlaanderen.be/id/organisatie/OVO000007/> .
@prefix ns5: <http://data.vlaanderen.be/ns/organisatie#> .
ns4:oprichting rdf:type ns5:Oprichting .
@prefix ns6: <http://www.w3.org/ns/org#> .
ns4:oprichting rdf:type ns6:changeEvent .
@prefix ns7: <http://purl.org/dc/terms/> .
ns4:oprichting ns7:date "2006-04-01"^^xsd:string ;
ns3:uuid "OVO000007-oprichting"^^xsd:string .
@prefix ns8: <http://data.vlaanderen.be/id/organisatie/OVO000007/contact/> .
@prefix ns9: <http://schema.org/> .
ns8:adee91aa-461a-4632-9f8d-8dd7639c23d4 rdf:type ns9:ContactPoint .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
ns8:adee91aa-461a-4632-9f8d-8dd7639c23d4 foaf:page "http://onderwijs.vlaanderen.be"^^xsd:string ;
ns3:uuid "adee91aa-461a-4632-9f8d-8dd7639c23d4"^^xsd:string .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment