@prefix nie: . @prefix dcterms: . @prefix rdfs: . @prefix nrl: . @prefix rdf: . @prefix xsd: . # HERE "nie:" is used as graph name nie: {nie:characterSet a rdf:Property ; rdfs:comment "Characterset in which the content of the InformationElement was created." ; rdfs:domain nie:InformationElement ; rdfs:label "characterSet" ; rdfs:range xsd:string ; nrl:maxCardinality "1" . } { nie: a nrl:Ontology ; . a nrl:GraphMetadata ; nrl:coreGraphMetadataFor nie: . }