meta.n3
819 Bytes
# Metadata for this directory
#
@prefix : <http://www.w3.org/2000/01/rdf-schema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix s: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix doc: <http://www.w3.org/2000/10/swap/pim/doc#> .
@prefix gen: <http://www.w3.org/2006/gen/ont#>.
@prefix link: <#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
@prefix cc: <http://creativecommons.org/ns#>.
<unit> cc:licence <http://www.w3.org/2000/10/swap/LICENSE.n3>.
<unit.n3> cc:licence <http://www.w3.org/2000/10/swap/LICENSE.n3>;
a gen:ContentTypeSpecificResource.
<unit.rdf> cc:licence <http://www.w3.org/2000/10/swap/LICENSE.n3>;
a gen:ContentTypeSpecificResource.
<unit> gen:contenTypeSpecific <unit.n3>, <unit.rdf>.
#ends.