Changes between Version 8 and Version 9 of CMD2RDF/Queries


Ignore:
Timestamp:
05/27/14 10:08:34 (10 years ago)
Author:
xnrn@gmx.net
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CMD2RDF/Queries

    v8 v9  
    1010#!sql
    1111PREFIX cmdm: <http://www.clarin.eu/cmd/general.rdf#>
     12PREFIX dcterms: <http://purl.org/dc/terms/>
    1213
    1314SELECT SAMPLE(?p) as  ?profile SAMPLE(?pid) as ?pid COUNT(?i) as ?count WHERE { ?p rdfs:subClassOf cmdm:Profile.
     
    158159FILTER REGEX(?v, "(syntax|parse)", "i")
    159160}
    160 }
    161161}}}
    162162