Skip to content

Commit

Permalink
changed dc to dcmi for formatTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
acoburn committed Apr 22, 2015
1 parent 3338328 commit b5d205f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions file-format-types.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@
<rdfs:subClassOf rdf:resource="Document" />
<skos:exactMatch rdf:resource="http://reference.data.gov.uk/technical-registry/Dataset" />
<skos:exactMatch rdf:resource="http://www.udfr.org/onto#DatasetGenre" />
<skos:exactMatch rdf:resource="http://purl.org/dc/elements/1.1/Dataset" />
<skos:exactMatch rdf:resource="http://id.loc.gov/vocabulary/resourceTypes/Dat" />
<skos:exactMatch rdf:resource="http://purl.org/dc/dcmitype/Dataset" />
</udfrs:GenreFacetType>
<udfrs:GenreFacetType rdf:ID="Software">
<rdfs:isDefinedBy rdf:resource="http://pcdm.org/file-format-types#"/>
<rdfs:subClassOf rdf:resource="Document" />
<skos:exactMatch rdf:resource="http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Software" />
<skos:exactMatch rdf:resource="http://purl.org/dc/elements/1.1/Software" />
<skos:exactMatch rdf:resource="http://vocab.getty.edu/aat/300028566" />
<skos:exactMatch rdf:resource="http://purl.org/dc/dcmitype/Software" />
</udfrs:GenreFacetType>
<udfrs:GenreFacetType rdf:ID="Email">
<rdfs:isDefinedBy rdf:resource="http://pcdm.org/file-format-types#"/>
Expand Down Expand Up @@ -96,7 +96,7 @@
<rdfs:subClassOf rdf:resource="Document" />
<skos:exactMatch rdf:resource="http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#TextDocument" />
<skos:exactMatch rdf:resource="http://www.udfr.org/onto#TextGenre" />
<skos:exactMatch rdf:resource="http://purl.org/dc/elements/1.1/Text" />
<skos:exactMatch rdf:resource="http://purl.org/dc/dcmitype/Text" />
<skos:exactMatch rdf:resource="http://id.loc.gov/vocabulary/resourceTypes/Txt" />
</udfrs:GenreFacetType>
<udfrs:GenreFacetType rdf:ID="PageDescription">
Expand Down Expand Up @@ -166,26 +166,26 @@
<skos:exactMatch rdf:resource="http://www.udfr.org/onto#SoundGenre" />
<skos:exactMatch rdf:resource="http://reference.data.gov.uk/technical-registry/Audio" />
<skos:exactMatch rdf:resource="http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Audio" />
<skos:exactMatch rdf:resource="http://purl.org/dc/elements/1.1/Sound" />
<skos:exactMatch rdf:resource="http://id.loc.gov/vocabulary/resourceTypes/Aud" />
<skos:exactMatch rdf:resource="http://purl.org/dc/dcmitype/Sound" />
</udfrs:GenreFacetType>
<udfrs:GenreFacetType rdf:ID="Video">
<rdfs:isDefinedBy rdf:resource="http://pcdm.org/file-format-types#"/>
<rdfs:subClassOf rdf:resource="Media" />
<skos:exactMatch rdf:resource="http://www.udfr.org/onto#MovingImageGenre" />
<skos:exactMatch rdf:resource="http://reference.data.gov.uk/technical-registry/Video" />
<skos:exactMatch rdf:resource="http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Video" />
<skos:exactMatch rdf:resource="http://purl.org/dc/elements/1.1/MovingImage" />
<skos:exactMatch rdf:resource="http://id.loc.gov/vocabulary/resourceTypes/Mov" />
<skos:exactMatch rdf:resource="http://purl.org/dc/dcmitype/MovingImage" />
</udfrs:GenreFacetType>
<!-- Image genres -->
<udfrs:GenreFacetType rdf:ID="Image">
<rdfs:isDefinedBy rdf:resource="http://pcdm.org/file-format-types#"/>
<rdfs:subClassOf rdf:resource="Media" />
<skos:exactMatch rdf:resource="http://www.udfr.org/onto#StillImageGenre" />
<skos:exactMatch rdf:resource="http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Image" />
<skos:exactMatch rdf:resource="http://purl.org/dc/elements/1.1/StillImage" />
<skos:exactMatch rdf:resource="http://id.loc.gov/vocabulary/resourceTypes/Img" />
<skos:exactMatch rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</udfrs:GenreFacetType>
<udfrs:GenreFacetType rdf:ID="RasterImage">
<rdfs:isDefinedBy rdf:resource="http://pcdm.org/file-format-types#"/>
Expand Down

0 comments on commit b5d205f

Please sign in to comment.