@prefix : <http://www.rddl.org/purposes#> .
@prefix default90: <http://xmlns.com/foaf/0.1/> .
@prefix default91: <http://usefulinc.com/ns/doap#> .
@prefix admin: <http://webns.net/mvcb/> .
@prefix default95: <http://purl.org/dc/elements/1.1/> .
@prefix default73: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix default87: <http://www.w3.org/2000/01/rdf-schema#> .

<http://www.w3.org/2003/g/data-view#namespaceTransformation> a rdf:Property ;
	default87:label "namespaceTransformation" ;
	default87:comment """relates a namespace to a transformation for
    all documents in that namespace""" ;
	default87:range <http://www.w3.org/2003/g/data-view#Transformation> .

<http://www.w3.org/2003/g/data-view#grddl-wg> default90:homepage <http://www.w3.org/2001/sw-grddl-wg/> .

<http://www.w3.org/2003/g/data-view#transformation> a rdf:Property ;
	default87:label "transformation" ;
	default87:comment """relates a source document to a
    transformation, usually represented in XSLT, that relates the source document syntax
    to the RDF graph syntax""" ;
	default87:domain <http://www.w3.org/2003/g/data-view#RootNode> ;
	default87:range <http://www.w3.org/2003/g/data-view#Transformation> .

<http://www.w3.org/2003/g/data-view#danc> default90:homepage <http://www.w3.org/People/Connolly/> ;
	default90:name "Dan Connolly" .

<http://www.w3.org/2003/g/data-view#transformationProperty> a default73:FunctionalProperty ;
	default87:label "transformationProperty" ;
	default87:comment """relates a transformation to the algorithm
    specified by the property that computes an RDF graph from an XML
    document node""" ;
	default87:domain <http://www.w3.org/2003/g/data-view#Transformation> ;
	default87:range <http://www.w3.org/2003/g/data-view#TransformationProperty> .

<http://www.w3.org/TR/grddl/> default95:title """Gleaning
        Resource Descriptions from Dialects of Languages
        (GRDDL)""" ;
	default87:label """Gleaning
        Resource Descriptions from Dialects of Languages
        (GRDDL), 16
        May 2005""" ;
	default95:date "2005-05-15" .

default73:FunctionalProperty default87:label "FunctionalProperty" .

<http://www.w3.org/2003/g/data-view#result> a rdf:Property ;
	default87:label "result" ;
	default87:comment """an
    RDF graph obtained from an information resource by directly
    parsing a representation in the standard RDF/XML syntax or
    indirectly by parsing some other dialect using a transformation
    nominated by the document""" ;
	default87:domain <http://www.w3.org/2003/g/data-view#InformationResource> ;
	default87:range <http://www.w3.org/2003/g/data-view#RDFGraph> .

<http://www.w3.org/TR/2004/REC-webarch-20041215/#def-information-resource> default87:label "definition in Architecture of the World Wide Web, Volume One" .

<http://www.w3.org/2003/g/data-view#TransformationProperty> a default87:Class ;
	default87:domain <http://www.w3.org/2003/g/data-view#RootNode> ;
	default87:range <http://www.w3.org/2003/g/data-view#RDFGraph> ;
	default87:label "TransformationProperty" ;
	default87:subClassOf default73:FunctionalProperty ;
	default87:comment """a FunctionalProperty that relates
    XML document root nodes to
    RDF graphs""" .

<http://www.w3.org/2003/g/data-view#InformationResource> a default87:Class ;
	default87:label "InformationResource" ;
	default87:comment "A resource which has the property that all of its essential characteristics can be conveyed in a message" ;
	default87:isDefinedBy <http://www.w3.org/TR/2004/REC-webarch-20041215/#def-information-resource> .

<http://www.w3.org/2003/g/data-view#RDFGraph> a default87:Class ;
	default87:label "RDF graphs" , "RDFGraph" ;
	default87:comment """a
    set of RDF triples""" ;
	default87:isDefinedBy <http://www.w3.org/TR/2004/REC-rdf-concepts-20040210/#dfn-rdf-graph> .

<http://www.w3.org/People/Connolly/> default87:label "Dan Connolly" .

<http://lists.w3.org/Archives/Public/public-grddl-comments/> default87:label "public-grddl-comments" .

<http://www.w3.org/TR/1999/REC-xpath-19991116#root-node> default87:label """section
    5.1 Root Node in XML Path Language (XPath) Version
    1.0""" .

<http://www.w3.org/2003/g/data-view#grddlProject> default91:homepage <http://www.w3.org/2003/g/data-view> ;
	default91:shortdesc """GRDDL
    is a technique for gleaning resource
    descriptions from dialects of
    languages. It's a way of extracting Semantic Web
    data in RDF from XML formats (especially
    XHTML dialects or microformats) via
    transformations identified by URIs and typically expressed in
    XSLT.""" ;
	default91:mailing-list <http://lists.w3.org/Archives/Public/public-grddl-comments/> .

<http://www.w3.org/TR/2004/REC-rdf-concepts-20040210/#dfn-rdf-graph> default87:label """definition
    in Resource Description Framework (RDF): Concepts and
    Abstract Syntax""" .

<http://www.w3.org/TR/rdf-concepts/> default95:title """Resource
      Description Framework (RDF): Concepts and Abstract
      Syntax""" ;
	default87:label """Resource
      Description Framework (RDF): Concepts and Abstract
      Syntax, 10
      February 2004""" ;
	default95:date "2004-02-10" .

<http://www.w3.org/TR/xslt> default87:label "XSLT" .

<http://www.w3.org/2003/g/data-view#Transformation> a default87:Class ;
	default73:onProperty <http://www.w3.org/2003/g/data-view#transformationProperty> ;
	default73:someValuesFrom <http://www.w3.org/2003/g/data-view#TransformationProperty> ;
	default87:label "Transformation" ;
	default87:subClassOf <http://www.w3.org/2003/g/data-view#InformationResource> ;
	default87:comment """an InformationResource that specifies
    a transformation from a set of XML documents to RDF graphs""" .

<http://www.w3.org/2003/g/data-view#RootNode> a default87:Class ;
	default87:label "RootNode" , "XML document root nodes" ;
	default87:comment """the root of the tree in the XPath data
    model""" ;
	default87:isDefinedBy <http://www.w3.org/TR/1999/REC-xpath-19991116#root-node> .

<http://www.w3.org/2003/g/data-view#profileTransformation> a rdf:Property ;
	default87:label "profileTransformation" ;
	default87:comment """relates a profile document to a
    transformation for all documents bearing that profile""" ;
	default87:range <http://www.w3.org/2003/g/data-view#Transformation> .

<http://www.w3.org/2001/sw-grddl-wg/> default87:label "the GRDDL Working Group" .

<http://www.w3.org/2003/g/data-view> :normative-reference <http://www.w3.org/TR/rdf-concepts/> , <http://www.w3.org/TR/grddl/> , <http://www.w3.org/TR/xslt> ;
	admin:generatorAgent <http://purl.org/NET/erdf/extract> ;
	default90:maker <http://www.w3.org/2003/g/data-view#grddl-wg> .
