@prefix ns1: <http://schema.org/> .

<https://data.example.org/> a ns1:Dataset ;
    ns1:creator [ a ns1:Organization ;
            ns1:alternateName "RAZU" ;
            ns1:description "As shown here, LDView will display both blank nodes and skolems on the page of the entity that refers to them. LDView attempts to use a (configurable) predicate to assign a label, rather than using the skolem URI or blank node identifier." ;
            ns1:name "Regionaal Archief Zuid Utrecht" ;
            ns1:url <https://www.razu.nl/> ] ;
    ns1:description "This RDF file is used to demonstrate LDView with HDT files. The RDF is a slightly altered excerpt from the RAZU e-depot collection." ;
    ns1:hasPart <https://data.example.org/id/object/nl-wbdrazu-k50907905-689-1> ;
    ns1:name "Example RDF to demonstrate LDView" .

