@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix uriv: <https://w3id.org/uri4uri/vocab#> .
@prefix schema: <http://schema.org/> .
@prefix field: <https://w3id.org/uri4uri/field/> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix hydra: <http://www.w3.org/ns/hydra/core#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .

<https://w3id.org/uri4uri/part/fragment> rdfs:isDefinedBy <https://w3id.org/uri4uri/part/> ;
                                         rdf:type skos:Concept ,
                                                  owl:Thing ,
                                                  owl:NamedIndividual ,
                                                  uriv:URIPart ,
                                                  rdf:Seq ;
                                         rdfs:label "fragment"^^<http://www.w3.org/2001/XMLSchema#string> ;
                                         skos:notation "fragment"^^<https://w3id.org/uri4uri/vocab#URIPartDatatype> ,
                                                       "fragment"^^<https://w3id.org/uri4uri/vocab#URIPartDatatype-Decoded> ;
                                         schema:propertyID "fragment" ;
                                         rdf:_1 <https://w3id.org/uri4uri/part/fragment#_1> ;
                                         field:fragment "" ;
                                         void:inDataset <https://uri4uri.is4.site/void#part> .

<https://w3id.org/uri4uri/part/fragment#_1> rdf:type schema:PropertyValue ;
                                            rdfs:label "fragment"^^<http://www.w3.org/2001/XMLSchema#string> ;
                                            schema:propertyID "fragment" .

<https://w3id.org/uri4uri/field/fragment> rdfs:isDefinedBy <https://w3id.org/uri4uri/field/> ;
                                          rdf:type rdf:Property ,
                                                   uriv:URIField ;
                                          rdfs:label "fragment"^^<http://www.w3.org/2001/XMLSchema#string> ;
                                          skos:notation "fragment"^^<https://w3id.org/uri4uri/vocab#URIFieldDatatype> ;
                                          schema:propertyID "fragment" ;
                                          skos:closeMatch <http://sparql.xyz/facade-x/data/fragment> ;
                                          void:inDataset <https://uri4uri.is4.site/void#field> .

<https://uri4uri.is4.site/void#field> hydra:member <https://w3id.org/uri4uri/field/fragment> .

<https://uri4uri.is4.site/void#part> hydra:member <https://w3id.org/uri4uri/part/fragment> .

<https://uri4uri.is4.site/part.ttl/fragment> rdf:type foaf:Document ;
                                             dcterms:title "fragment" ;
                                             foaf:primaryTopic <https://w3id.org/uri4uri/part/fragment> .