Ignore:
Timestamp:
10/18/13 15:16:27 (11 years ago)
Author:
mwindhouwer
Message:

M data/general.ttl

  • added the Attribute class and made changes to existing properties to include it
  • finetuned has(Element|Attribute)Value and has(Element|Attribute)Entity
  • renamed Value to Entity as entities are classes, literals can't be

M xsl/CMDRecord2RDF.xsl
M xsl/Component2RDF.xsl

  • use Entity
File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMDI-Interoperability/CMD2RDF/trunk/xsl/CMDRecord2RDF.xsl

    r3801 r3806  
    44    <!ENTITY rdfs 'http://www.w3.org/TR/WD-rdf-schema#'>
    55    <!ENTITY xsd 'http://www.w3.org/2001/XMLSchema#'>
    6     <!ENTITY cmdm 'http://www.clarin.eu/cmd/general.ttl#'>
     6    <!ENTITY cmdm 'http://www.clarin.eu/cmd/general.rdf#'>
    77]>
    88<xsl:stylesheet
     
    1212    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    1313    xmlns:cmd="http://www.clarin.eu/cmd/"
    14     xmlns:cmdm="http://www.clarin.eu/cmd/general.ttl"
     14    xmlns:cmdm="http://www.clarin.eu/cmd/general.rdf"
    1515>
    1616   
Note: See TracChangeset for help on using the changeset viewer.