@prefix ns0: <http://purl.org/vocab/participation/schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <http://schema.org/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix org: <http://www.w3.org/ns/org#> .

<https://personendatenbank.germania-sacra.de/index/gsn/030-01323-001#amt-364307>
  ns0:role_at "person:030-01323-001#organisation-364307"^^xsd:string ;
  ns0:startDate "vor 966"^^xsd:string ;
  foaf:name "Domherr"@de .

<https://personendatenbank.germania-sacra.de/index/gsn/030-01323-001#organisation-364307>
  ns0:role "person:030-01323-001#amt-364307"^^xsd:string ;
  a "foaf:Organization"^^xsd:string, "prov:Agent"^^xsd:string ;
  foaf:name "Domstift Reims"^^xsd:string .

[] rdfs:Container [
    ns0:holder_of <https://personendatenbank.germania-sacra.de/index/gsn/030-01323-001#amt-364307> ;
    schema:birthDate "893/894"^^xsd:string ;
    schema:deathDate "966"^^xsd:string ;
    schema:givenName "Flodoard"^^xsd:string ;
    a "foaf:Person"^^xsd:string ;
    owl:sameAs <http://d-nb.info/gnd/118534009>, <https://personendatenbank.germania-sacra.de/index/gsn/030-01323-001> ;
    org:memberOf <https://personendatenbank.germania-sacra.de/index/gsn/030-01323-001#organisation-364307>
  ] .
