public class FOAFEX extends Object
| Modifier and Type | Field and Description |
|---|---|
static com.hp.hpl.jena.rdf.model.Property |
agentDescriptionDocument
Indicates a document which has the subject as primary-topic
|
static com.hp.hpl.jena.rdf.model.Resource |
AgentProfileDocument
A document with a foaf:Agent as foaf:primarySubject
|
static com.hp.hpl.jena.rdf.model.Property |
knownBy
inverse of foaf:knows
|
static com.hp.hpl.jena.rdf.model.Resource |
NAMESPACE
The namespace of the vocabulary as a resource
|
static String |
NS
The namespace of the vocabulary as a string
|
static com.hp.hpl.jena.rdf.model.Property |
personalProfileDocument
Indicates a document which has the subject as primary-topic and is a foaf:PersonalProfileDocument
|
| Constructor and Description |
|---|
FOAFEX() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getURI()
The namespace of the vocabulary as a string
|
public static final String NS
The namespace of the vocabulary as a string
public static final com.hp.hpl.jena.rdf.model.Resource NAMESPACE
The namespace of the vocabulary as a resource
public static final com.hp.hpl.jena.rdf.model.Property personalProfileDocument
Indicates a document which has the subject as primary-topic and is a foaf:PersonalProfileDocument
public static final com.hp.hpl.jena.rdf.model.Property agentDescriptionDocument
Indicates a document which has the subject as primary-topic
public static final com.hp.hpl.jena.rdf.model.Property knownBy
inverse of foaf:knows
public static final com.hp.hpl.jena.rdf.model.Resource AgentProfileDocument
A document with a foaf:Agent as foaf:primarySubject
Copyright © 2017. All rights reserved.