We use cookies to give you the best experience and to help improve our website.

Find out what cookies we use and how to disable them

data groups

page 1 of 1
GroupDescriptionowner
Yeah yeah@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ex: <http://example.org/> .
@prefix zoo: <http://example.org/zoo/> .
ex:dog1 rdf:type ex:animal .
ex:cat1 rdf:type ...
thuanbq1