MediaWiki:NEP/Generic

From COST Action FP0804: FORSYS
Revision as of 11:01, 19 October 2011 by 127.0.0.1 (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This resource is stored in the underlying knowledge-base with the following URI: <$uri$>

$name$ belongs to the following categories: {{#sparql:

SELECT DISTINCT ?cat
WHERE { 
 
    <$uri$> rdf:type ?cat .
  }
| format=list
| merge=true
| default=none

}}

Facts about $name$ References to $name$
{{#sparql:
SELECT ?P ?O
WHERE {
   
        <$uri$> ?P ?O .
    }

format=table merge=true default=no facts found
}}
{{#sparql:
SELECT ?S ?P
WHERE {
  
        ?S ?P <$uri$> .
    
}
format=table merge=true default=no references to $name$ found
}}