@base <https://wordnet.dk/dannet/external/dc/hasFormat> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

dc:hasFormat rdfs:subPropertyOf dc:hasFormat, dc11:relation, dc:relation;
             rdfs:label "Has Format"@en;
             rdfs:isDefinedBy dc:;
             rdfs:comment "A related resource that is substantially the same as the pre-existing described resource, but in another format."@en;
             rdf:type rdf:Property;
             dc:issued "2000-07-11"^^xsd:dateTime;
             dc:description "This property is intended to be used with non-literal values. This property is an inverse property of Is Format Of."@en.

# Relation labels
rdf:type rdfs:label "type"@da, "type".
rdfs:subPropertyOf rdfs:label "underegenskab af"@da, "subPropertyOf".
rdfs:isDefinedBy rdfs:label "er defineret i"@da, "isDefinedBy".
dc:hasFormat rdfs:label "Has Format"@en.
rdfs:label rdfs:label "label", "etiket"@da.
rdf:Property rdfs:label "Property", "egenskab"@da.
rdfs:comment rdfs:label "kommentar"@da, "comment".
dc:issued rdfs:label "Date Issued"@en.
dc11:relation rdfs:label "Relation"@en.
dc:relation rdfs:label "Relation"@en.
dc:description rdfs:label "Description"@en.

